diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2019-01-31 03:09:45 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2019-08-01 17:02:53 +0200 |
| commit | 77faa5bd79cca6d6e059526da61074ac8d0a3895 (patch) | |
| tree | 07e0faf27d1641003f693d549ca2e62d4c795c0b /tests/lib/test_timer_correctness.c | |
| parent | 27d29ced68e33f9e0b635d5e9a4b793c3af89b40 (diff) | |
lib: remove pqueue_* (again)
All users of the pqueue_* implementations have been migrated to use
some new data structure (TYPEDSKIP for ospf, HEAP for thread.c).
Remove.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'tests/lib/test_timer_correctness.c')
| -rw-r--r-- | tests/lib/test_timer_correctness.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/test_timer_correctness.c b/tests/lib/test_timer_correctness.c index 43e79ba9d0..cbf9b05546 100644 --- a/tests/lib/test_timer_correctness.c +++ b/tests/lib/test_timer_correctness.c @@ -28,7 +28,6 @@ #include <unistd.h> #include "memory.h" -#include "pqueue.h" #include "prng.h" #include "thread.h" |
