Remove cbuf

All uses have been replaced by VecDeque.
This commit is contained in:
Romain Vimont
2023-03-01 22:54:08 +01:00
parent 0d74e87b7c
commit e1d32d2d62
3 changed files with 0 additions and 133 deletions

View File

@@ -265,9 +265,6 @@ if get_option('buildtype') == 'debug'
'tests/test_bytebuf.c',
'src/util/bytebuf.c',
]],
['test_cbuf', [
'tests/test_cbuf.c',
]],
['test_cli', [
'tests/test_cli.c',
'src/cli.c',