diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2022-11-03 13:54:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-03 13:54:09 +0100 |
commit | d7cde18c63c4eef83e12f562aa025cf1dbeaee05 (patch) | |
tree | 591e68540bb026cfe9f212a69c150bfcfa8bbf36 /pathd/path_ted.c | |
parent | Merge pull request #12245 from mobash-rasool/fixes3 (diff) | |
parent | python: hide inet_ntoa from frrbot (diff) | |
download | frr-d7cde18c63c4eef83e12f562aa025cf1dbeaee05.tar.xz frr-d7cde18c63c4eef83e12f562aa025cf1dbeaee05.zip |
Merge pull request #12196 from opensourcerouting/xref-vtysh
*: rewrite `extract.pl` using `xref` infra
Diffstat (limited to 'pathd/path_ted.c')
-rw-r--r-- | pathd/path_ted.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c index bb04d285c..68748af53 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -29,9 +29,7 @@ #include "pathd/path_errors.h" #include "pathd/path_ted.h" -#ifndef VTYSH_EXTRACT_PL #include "pathd/path_ted_clippy.c" -#endif static struct ls_ted *path_ted_create_ted(void); static void path_ted_register_vty(void); |