diff options
Diffstat (limited to 'src/vlib/log.h')
-rw-r--r-- | src/vlib/log.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vlib/log.h b/src/vlib/log.h index d21bca9f195..9b285429b9a 100644 --- a/src/vlib/log.h +++ b/src/vlib/log.h @@ -18,8 +18,6 @@ #include <vppinfra/types.h> -typedef u32 vlib_log_class_t; - #define foreach_vlib_log_level \ _(0, EMERG, emerg) \ _(1, ALERT, alert) \ |