Skip to content

Commit

Permalink
Correct sync with mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-goel committed May 16, 2024
1 parent f16c473 commit 73525f9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
using System;
using System.Collections.Generic;
using System.IO;
using Plang.Compiler.Backend.PExplicit;
using Plang.Compiler.TypeChecker.AST;
using Plang.Compiler.TypeChecker.AST.Declarations;
using Plang.Compiler.TypeChecker.AST.States;
Expand Down
3 changes: 0 additions & 3 deletions Src/PCompiler/CompilerCore/CompilerCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,4 @@
<CustomToolNamespace>Plang.Compiler</CustomToolNamespace>
</Antlr4>
</ItemGroup>
<ItemGroup>
<Folder Include="Backend\PCover" />
</ItemGroup>
</Project>
1 change: 0 additions & 1 deletion Src/PCompiler/PCommandLine/Options/PCheckerOptions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ internal PCheckerOptions()
advancedGroup.AddArgument("jvm-args", null, "Specify a concatenated list of JVM arguments to pass, each starting with a colon").IsHidden = true;
advancedGroup.AddArgument("checker-args", null, "Specify a concatenated list of additional checker arguments to pass, each starting with a colon").IsHidden = true;
advancedGroup.AddArgument("psym-args", null, "Specify a concatenated list of additional PSym-specific arguments to pass, each starting with a colon").IsHidden = true;
advancedGroup.AddArgument("jvm-args", null, "Specify a concatenated list of PSym-specific JVM arguments to pass, each starting with a colon").IsHidden = true;

}

Expand Down

0 comments on commit 73525f9

Please sign in to comment.