Remove sc_queue

All uses have been replaced by VecDeque.
This commit is contained in:
Romain Vimont
2023-03-01 23:05:17 +01:00
parent a540301e3c
commit 0e1b173213
3 changed files with 0 additions and 123 deletions

View File

@@ -285,9 +285,6 @@ if get_option('buildtype') == 'debug'
'tests/test_device_msg_deserialize.c',
'src/device_msg.c',
]],
['test_queue', [
'tests/test_queue.c',
]],
['test_strbuf', [
'tests/test_strbuf.c',
'src/util/strbuf.c',