diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-04-07 19:22:24 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-04-12 13:43:32 +0200 |
commit | 4c310c073aec5a31a7e626ea8ceb86d3a28291aa (patch) | |
tree | 2042b0dcbec90df52ce5e39f4c3dc46d76698b6a /Makefile.am | |
parent | 5ae87056e3dc1162c2088daf0cb5affb0480ae54 (diff) | |
download | systemd-4c310c073aec5a31a7e626ea8ceb86d3a28291aa.tar.gz |
basic: remove rbtree code, it's unused
it's unused, and should we need it one day we can always resurrect it from git
history.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am index 0c2de6f2d3..ea6b0340b5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -747,8 +747,6 @@ libbasic_la_SOURCES = \ src/basic/missing_syscall.h \ src/basic/capability-util.c \ src/basic/capability-util.h \ - src/basic/c-rbtree.c \ - src/basic/c-rbtree.h \ src/basic/conf-files.c \ src/basic/conf-files.h \ src/basic/stdio-util.h \ @@ -1494,7 +1492,6 @@ tests += \ test-copy \ test-cap-list \ test-sigbus \ - test-rbtree \ test-verbs \ test-af-list \ test-arphrd-list \ @@ -1748,12 +1745,6 @@ test_sigbus_SOURCES = \ test_sigbus_LDADD = \ libshared.la -test_rbtree_SOURCES = \ - src/test/test-rbtree.c - -test_rbtree_LDADD = \ - libshared.la - test_condition_SOURCES = \ src/test/test-condition.c |