Skip to content

Commit ebf6c35

Browse files
committed
Clean.
1 parent 21554b8 commit ebf6c35

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/IKVM.ConsoleApp/Program.cs

-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ public static class Program
88

99
public static void Main(string[] args)
1010
{
11-
Debugger.Launch();
1211
Foo();
1312
}
1413

@@ -26,11 +25,6 @@ public Bar()
2625
System.Console.WriteLine(java.net.InetAddress.getLocalHost().getHostName());
2726
}
2827

29-
~Bar()
30-
{
31-
32-
}
33-
3428
}
3529

3630
}

0 commit comments

Comments
 (0)