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 /lib/subdir.am | |
parent | lib: use DECLARE_HEAP for timers instead of pqueue (diff) | |
download | frr-77faa5bd79cca6d6e059526da61074ac8d0a3895.tar.xz frr-77faa5bd79cca6d6e059526da61074ac8d0a3895.zip |
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 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index aa8962202..add5eab81 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -61,7 +61,6 @@ lib_libfrr_la_SOURCES = \ lib/openbsd-tree.c \ lib/pid_output.c \ lib/plist.c \ - lib/pqueue.c \ lib/prefix.c \ lib/privs.c \ lib/ptm_lib.c \ @@ -200,7 +199,6 @@ pkginclude_HEADERS += \ lib/openbsd-queue.h \ lib/openbsd-tree.h \ lib/plist.h \ - lib/pqueue.h \ lib/prefix.h \ lib/printfrr.h \ lib/privs.h \ |