Skip to content

Commit

Permalink
[Target: Cpp] fix Duplicate using namespace lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
cppenjoy committed Dec 9, 2024
1 parent 6722835 commit 8be45b3
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ private:

Lexer(lexer, atn, actionFuncs, sempredFuncs, superClass = {Lexer}) ::= <<

using namespace antlr4;

namespace {

struct <lexer.name; format = "cap">StaticData final {
Expand Down

0 comments on commit 8be45b3

Please sign in to comment.