Skip to content
This repository was archived by the owner on Oct 5, 2019. It is now read-only.

Commit c97751f

Browse files
author
Zaczero
committed
Removed test variable
1 parent eb5cfc4 commit c97751f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SharpLoader/Program.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -474,9 +474,7 @@ public static int Compile()
474474
{
475475
return 4;
476476
}
477-
478-
int.TryParse("lol", out int parseeed);
479-
477+
480478
Console.ForegroundColor = ConsoleColor.Green;
481479
Out($"-=: Done [{Path.GetFileName(outputName)}] {(_outToConsole ? "(press any key to exit)" : string.Empty)}");
482480

0 commit comments

Comments
 (0)