Skip to content

Commit ae0c8fd

Browse files
qlyoungdonaldsharp
authored andcommitted
pbrd: remove pbr_event.[ch]
No longer needed. Signed-off-by: Quentin Young <[email protected]>
1 parent 846a03d commit ae0c8fd

File tree

5 files changed

+0
-171
lines changed

5 files changed

+0
-171
lines changed

pbrd/pbr_event.c

Lines changed: 0 additions & 91 deletions
This file was deleted.

pbrd/pbr_event.h

Lines changed: 0 additions & 74 deletions
This file was deleted.

pbrd/pbr_main.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "pbr_nht.h"
4949
#include "pbr_map.h"
5050
#include "pbr_zebra.h"
51-
#include "pbr_event.h"
5251
#include "pbr_vty.h"
5352
#include "pbr_debug.h"
5453

@@ -84,7 +83,6 @@ static void sigint(void)
8483
{
8584
zlog_notice("Terminating on signal");
8685

87-
pbr_event_stop();
8886
exit(0);
8987
}
9088

@@ -156,7 +154,6 @@ int main(int argc, char **argv, char **envp)
156154
pbr_nhgroup_del_nexthop_cb,
157155
pbr_nhgroup_delete_cb);
158156

159-
pbr_event_init();
160157
pbr_nht_init();
161158
pbr_map_init();
162159
pbr_zebra_init();

pbrd/pbr_nht.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232

3333
#include "pbrd/pbr_nht.h"
3434
#include "pbrd/pbr_map.h"
35-
#include "pbrd/pbr_event.h"
3635
#include "pbrd/pbr_zebra.h"
3736
#include "pbrd/pbr_memory.h"
3837
#include "pbrd/pbr_debug.h"

pbrd/subdir.am

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,10 @@ pbrd_libpbr_a_SOURCES = \
1414
pbrd/pbr_map.c \
1515
pbrd/pbr_memory.c \
1616
pbrd/pbr_nht.c \
17-
pbrd/pbr_event.c \
1817
pbrd/pbr_debug.c \
1918
# end
2019

2120
noinst_HEADERS += \
22-
pbrd/pbr_event.h \
2321
pbrd/pbr_map.h \
2422
pbrd/pbr_memory.h \
2523
pbrd/pbr_nht.h \

0 commit comments

Comments
 (0)