Skip to content

Commit

Permalink
Java CG: fix file name of quote classes
Browse files Browse the repository at this point in the history
  • Loading branch information
peterwvj committed Nov 5, 2018
1 parent 85d62fa commit baa486b
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -693,12 +693,6 @@ public void genJavaSourceFile(File root, GeneratedModule generatedModule)
javaFileName = generatedModule.getName();
}


if (JavaCodeGenUtil.isQuote(generatedModule.getIrNode(), getJavaSettings()))
{
javaFileName += JavaQuoteValueCreator.JAVA_QUOTE_NAME_SUFFIX;
}

javaFileName += IJavaConstants.JAVA_FILE_EXTENSION;

emitCode(moduleOutputDir, javaFileName, generatedModule.getContent());
Expand Down

0 comments on commit baa486b

Please sign in to comment.