Skip to content

Commit 73525f9

Browse files
committed
Correct sync with mainline
1 parent f16c473 commit 73525f9

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

Src/PCompiler/CompilerCore/Backend/PExplicit/CompilationContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using System;
22
using System.Collections.Generic;
33
using System.IO;
4-
using Plang.Compiler.Backend.PExplicit;
54
using Plang.Compiler.TypeChecker.AST;
65
using Plang.Compiler.TypeChecker.AST.Declarations;
76
using Plang.Compiler.TypeChecker.AST.States;

Src/PCompiler/CompilerCore/CompilerCore.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,4 @@
2525
<CustomToolNamespace>Plang.Compiler</CustomToolNamespace>
2626
</Antlr4>
2727
</ItemGroup>
28-
<ItemGroup>
29-
<Folder Include="Backend\PCover" />
30-
</ItemGroup>
3128
</Project>

Src/PCompiler/PCommandLine/Options/PCheckerOptions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ internal PCheckerOptions()
7878
advancedGroup.AddArgument("jvm-args", null, "Specify a concatenated list of JVM arguments to pass, each starting with a colon").IsHidden = true;
7979
advancedGroup.AddArgument("checker-args", null, "Specify a concatenated list of additional checker arguments to pass, each starting with a colon").IsHidden = true;
8080
advancedGroup.AddArgument("psym-args", null, "Specify a concatenated list of additional PSym-specific arguments to pass, each starting with a colon").IsHidden = true;
81-
advancedGroup.AddArgument("jvm-args", null, "Specify a concatenated list of PSym-specific JVM arguments to pass, each starting with a colon").IsHidden = true;
8281

8382
}
8483

0 commit comments

Comments
 (0)