diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2023-08-05 00:45:10 +0300 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2023-08-05 00:45:10 +0300 |
| commit | 8c098c31db3f4d201b5eff119acb956002f80d3c (patch) | |
| tree | efa89ea26c6950a923ef7207edd3805ef5ef0673 /lib/command_match.h | |
| parent | 3eb4d42e62bd47a3265f5b08ec372108ef1388d8 (diff) | |
vtysh: remove unused cmd_filter_type
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'lib/command_match.h')
| -rw-r--r-- | lib/command_match.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/command_match.h b/lib/command_match.h index db2a8535e0..3e7a549e1d 100644 --- a/lib/command_match.h +++ b/lib/command_match.h @@ -17,11 +17,6 @@ extern "C" { #endif -/* These definitions exist in command.c in the current engine but should be - * relocated here in the new engine - */ -enum cmd_filter_type { FILTER_RELAXED, FILTER_STRICT }; - /* matcher result value */ enum matcher_rv { MATCHER_NO_MATCH, |
