vppinfra: remove unused historical code 12/21012/3
authorDave Barach <dave@barachs.net>
Thu, 1 Aug 2019 13:54:05 +0000 (09:54 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Thu, 1 Aug 2019 18:00:54 +0000 (18:00 +0000)
commit691a3b7f11c41851d747e35c6bc5db9319d92c20
tree52fb355142cfbcc04dc5cf310bcf21cf46500be4
parent67d09e05d0400c62ae3ee654efbbc8cee5806f4f
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
src/vppinfra/CMakeLists.txt
src/vppinfra/timer.c [deleted file]
src/vppinfra/timer.h [deleted file]