Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Jul 2, 2023
1 parent 96f18af commit 466372d
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,16 +386,6 @@ else if(parameters.size() == 0) {
super.onParseClassStart(jParser, unit, classOrInterfaceDeclaration);
}

@Override
public void onParseClassEnd(JParser jParser, CompilationUnit unit, ClassOrInterfaceDeclaration classOrInterfaceDeclaration) {
super.onParseClassEnd(jParser, unit, classOrInterfaceDeclaration);
}

@Override
public void onParseFileStart(JParser jParser, JParserItem parserItem) {
super.onParseFileStart(jParser, parserItem);
}

@Override
public void onParseFileEnd(JParser jParser, JParserItem parserItem) {
cppGenerator.addParseFile(jParser.sourceDir, parserItem.inputPath, parserItem.destinationPath);
Expand Down

0 comments on commit 466372d

Please sign in to comment.