diff options
author | Donald Sharp <sharpd@nvidia.com> | 2023-02-28 19:26:10 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@nvidia.com> | 2023-03-28 16:07:38 +0200 |
commit | 2c38c794a0fc89a984d32cb76a827e0cdb6f0525 (patch) | |
tree | 25701377943fb006e2ad453328267e46f4b5869c /tests/lib | |
parent | bgpd: Remove set but unused variables (diff) | |
download | frr-2c38c794a0fc89a984d32cb76a827e0cdb6f0525.tar.xz frr-2c38c794a0fc89a984d32cb76a827e0cdb6f0525.zip |
lib: Remove getopt.c and getopt1.c
Why do we need getopt code that is standard in everything
that we compile against?
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/lib')
-rw-r--r-- | tests/lib/cxxcompat.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lib/cxxcompat.c b/tests/lib/cxxcompat.c index 8f5485618..4ad41fca4 100644 --- a/tests/lib/cxxcompat.c +++ b/tests/lib/cxxcompat.c @@ -25,7 +25,6 @@ #include "lib/frr_pthread.h" #include "lib/frratomic.h" #include "lib/frrstr.h" -#include "lib/getopt.h" #include "lib/graph.h" #include "lib/hash.h" #include "lib/hook.h" |