Skip to content

Commit db8125e

Browse files
Removed unused variable in CSharpCode2CpgFixture
1 parent 8499b50 commit db8125e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

joern-cli/frontends/csharpsrc2cpg/src/test/scala/io/joern/csharpsrc2cpg/testfixtures/CSharpCode2CpgFixture.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ trait CSharpFrontend extends LanguageFrontend {
8585
.getOrElse(Config().withSchemaValidation(ValidationMode.Enabled))
8686

8787
override def execute(sourceCodeFile: File): Cpg = {
88-
val cpgOutFile = FileUtil.newTemporaryFile(suffix = "cpg.bin")
8988
val config = defaultConfig.withInputPath(sourceCodeFile.getAbsolutePath)
9089
val tmp = new CSharpSrc2Cpg().createCpg(config).get
9190
new PostFrontendValidator(tmp, false).createAndApply()

0 commit comments

Comments
 (0)