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 f978e4d6de
commit 338310677e
3 changed files with 0 additions and 133 deletions

View File

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