summaryrefslogtreecommitdiffstats
path: root/src/bin/netconf
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-12-16 01:08:27 +0100
committerAndrei Pavel <andrei@isc.org>2021-12-17 16:21:22 +0100
commit8707d89d80b41c8a91c921b899b4714bd84bbd81 (patch)
tree1db15a63ef62bebd75d97c94ba233e7789f5bafb /src/bin/netconf
parent[#2084] Checkpoint before regen (diff)
downloadkea-8707d89d80b41c8a91c921b899b4714bd84bbd81.tar.xz
kea-8707d89d80b41c8a91c921b899b4714bd84bbd81.zip
[#2084] Removed extra code directives
Diffstat (limited to 'src/bin/netconf')
-rw-r--r--src/bin/netconf/netconf_parser.yy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/netconf/netconf_parser.yy b/src/bin/netconf/netconf_parser.yy
index d3714f95e6..81daa9406d 100644
--- a/src/bin/netconf/netconf_parser.yy
+++ b/src/bin/netconf/netconf_parser.yy
@@ -34,7 +34,6 @@ using namespace std;
#include <netconf/parser_context.h>
}
-%code
%define api.token.prefix {TOKEN_}
// Tokens in an order which makes sense and related to the intended use.