diff options
author | Francis Dupont <fdupont@isc.org> | 2020-10-21 15:35:16 +0200 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2020-10-22 10:54:30 +0200 |
commit | 78ba6d5a9e038561f5e875bf66f6876bc5d04cde (patch) | |
tree | 88d3735c3c92473ced029fc3ba852937e0fc2d46 /src/bin/d2/parser_context.cc | |
parent | [#151] Regen agent flex (diff) | |
download | kea-78ba6d5a9e038561f5e875bf66f6876bc5d04cde.tar.xz kea-78ba6d5a9e038561f5e875bf66f6876bc5d04cde.zip |
[#151] Addressed comments
Diffstat (limited to 'src/bin/d2/parser_context.cc')
-rw-r--r-- | src/bin/d2/parser_context.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bin/d2/parser_context.cc b/src/bin/d2/parser_context.cc index f0b1ceaf4d..fce0c9f79b 100644 --- a/src/bin/d2/parser_context.cc +++ b/src/bin/d2/parser_context.cc @@ -64,7 +64,6 @@ D2ParserContext::parseCommon() { } } - void D2ParserContext::error(const isc::d2::location& loc, const std::string& what, |