diff --git a/Morestachio.Runner/MemoryProfilerBench.cs b/Morestachio.Runner/MemoryProfilerBench.cs deleted file mode 100644 index 2cdba4ad..00000000 --- a/Morestachio.Runner/MemoryProfilerBench.cs +++ /dev/null @@ -1,18 +0,0 @@ -using Morestachio.Tests; - -namespace Morestachio.Runner -{ - public class MemoryProfilerBench - { - //static int Main(string[] args) - //{ - // new MemoryProfilerBench(); - // return 0; - //} - - //public MemoryProfilerBench() - //{ - // new PlaygroundTests().PerformanceCompiledDebuggerTest(); - //} - } -} \ No newline at end of file diff --git a/Morestachio.Runner/Morestachio.Runner.csproj b/Morestachio.Runner/Morestachio.Runner.csproj index 171e344d..e4f5a387 100644 --- a/Morestachio.Runner/Morestachio.Runner.csproj +++ b/Morestachio.Runner/Morestachio.Runner.csproj @@ -14,7 +14,6 @@ -