Skip to content

Commit

Permalink
del[lua]: remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysunxiao committed May 23, 2024
1 parent 605ec80 commit 4cdb3d2
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,9 @@ public static void generate(GenerateOperation generateOperation) throws IOExcept
}

for (var language : generateOperation.getGenerateLanguages()) {
if (language.codeGenerateClass == null) {
continue;
}
var codeGenerate = ReflectionUtils.newInstance(language.codeGenerateClass);
codeGenerate.init(generateOperation);
if (generateOperation.isMergeProtocol()) {
Expand Down

0 comments on commit 4cdb3d2

Please sign in to comment.