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 d9b2488880
commit a1f39b0227
3 changed files with 0 additions and 133 deletions

View File

@@ -272,9 +272,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',