aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/CMakeLists.txt
diff options
context:
space:
mode:
authorDave Barach <dave@barachs.net>2019-08-01 09:54:05 -0400
committerFlorin Coras <florin.coras@gmail.com>2019-08-01 18:00:54 +0000
commit691a3b7f11c41851d747e35c6bc5db9319d92c20 (patch)
tree52fb355142cfbcc04dc5cf310bcf21cf46500be4 /src/vppinfra/CMakeLists.txt
parent67d09e05d0400c62ae3ee654efbbc8cee5806f4f (diff)
vppinfra: remove unused historical code
"timer.[ch]" used a signal handler to deliver timer callbacks. Without indulging in a set of sigprocmask(...) system calls, it would be unsafe to use the mechanism. Rather than wait for another developer to accidentally open this particular can of worms, best to remove the code. It's nothing more than an attractive nuisance at this point. Type: refactor Signed-off-by: Dave Barach <dave@barachs.net> Change-Id: Ia3e7b00a389c302b466605dff0c1bf3566b8dbbd
Diffstat (limited to 'src/vppinfra/CMakeLists.txt')
-rw-r--r--src/vppinfra/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vppinfra/CMakeLists.txt b/src/vppinfra/CMakeLists.txt
index 6c231bdf77b..c6a55b3e55f 100644
--- a/src/vppinfra/CMakeLists.txt
+++ b/src/vppinfra/CMakeLists.txt
@@ -72,7 +72,6 @@ set(VPPINFRA_SRCS
string.c
time.c
time_range.c
- timer.c
timing_wheel.c
tw_timer_2t_1w_2048sl.c
tw_timer_16t_2w_512sl.c
@@ -159,7 +158,6 @@ set(VPPINFRA_HEADERS
string.h
time.h
time_range.h
- timer.h
timing_wheel.h
tw_timer_16t_1w_2048sl.h
tw_timer_16t_2w_512sl.h