diff options
author | Russ White <russ@riw.us> | 2021-03-23 15:07:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-23 15:07:28 +0100 |
commit | 63d4a9708cad8dadd9ba0f1b104072862fc41c98 (patch) | |
tree | ec77133952bdb98e76fc15249dd2ca3eb63b848e /pathd/path_pcep_cli.c | |
parent | Merge pull request #8120 from ton31337/feature/bgp_ipv6_default_activated (diff) | |
parent | zebra: kill zebra_memory.h, use MTYPE_STATIC (diff) | |
download | frr-63d4a9708cad8dadd9ba0f1b104072862fc41c98.tar.xz frr-63d4a9708cad8dadd9ba0f1b104072862fc41c98.zip |
Merge pull request #8307 from opensourcerouting/mtypes-cleanup-20210322
isisd, eigrpd, pathd: clean up & drop *_memory.[ch] files, make a whole bunch static
Diffstat (limited to 'pathd/path_pcep_cli.c')
-rw-r--r-- | pathd/path_pcep_cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pathd/path_pcep_cli.c b/pathd/path_pcep_cli.c index e2b33b8ff..14404b1d0 100644 --- a/pathd/path_pcep_cli.c +++ b/pathd/path_pcep_cli.c @@ -33,7 +33,6 @@ #include "pathd/pathd.h" #include "pathd/path_errors.h" -#include "pathd/path_pcep_memory.h" #include "pathd/path_pcep.h" #include "pathd/path_pcep_cli.h" #include "pathd/path_pcep_controller.h" |