diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-08-06 20:14:13 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-06 20:14:13 +0300 |
| commit | 4735badb876a95cfb4d6fc10c7b51c2eb46d0fc5 (patch) | |
| tree | e6982e76d40c6fd67e9cc2b696f67d24c589f155 /lib/command_match.h | |
| parent | ceea81be771d8aa99ebba7982eaea4b22c97f8cb (diff) | |
| parent | 8c098c31db3f4d201b5eff119acb956002f80d3c (diff) | |
Merge pull request #14152 from idryzhov/vtysh-filter
vtysh: remove unused cmd_filter_type
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, |
