diff --git a/libraries/libapparmor/src/grammar.y b/libraries/libapparmor/src/grammar.y index 23f746169..0adde6fc0 100644 --- a/libraries/libapparmor/src/grammar.y +++ b/libraries/libapparmor/src/grammar.y @@ -24,14 +24,6 @@ %{ -/* set the following to non-zero to get bison to emit debugging - * information about tokens given and rules matched. - * Also: - * Uncomment the %defines - * parse.error - * parse.trace - */ -#define YYDEBUG 0 #include #include #include "parser.h"