diff options
author | Francis Dupont <fdupont@isc.org> | 2021-12-16 01:08:27 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2021-12-17 16:21:22 +0100 |
commit | 8707d89d80b41c8a91c921b899b4714bd84bbd81 (patch) | |
tree | 1db15a63ef62bebd75d97c94ba233e7789f5bafb /src/bin/netconf | |
parent | [#2084] Checkpoint before regen (diff) | |
download | kea-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.yy | 1 |
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. |