Skip to content

Commit 6a4e883

Browse files
authored
remove split (#99)
1 parent 10072cb commit 6a4e883

File tree

6 files changed

+0
-201
lines changed

6 files changed

+0
-201
lines changed

BenchmarkDotNet.AsmSlicer/AsmFileProcessor.cs

Lines changed: 0 additions & 64 deletions
This file was deleted.

BenchmarkDotNet.AsmSlicer/BenchMethodAsmWriter.cs

Lines changed: 0 additions & 80 deletions
This file was deleted.

BenchmarkDotNet.AsmSlicer/BenchmarkDotNet.AsmSlicer.csproj

Lines changed: 0 additions & 10 deletions
This file was deleted.

BenchmarkDotNet.AsmSlicer/Program.cs

Lines changed: 0 additions & 33 deletions
This file was deleted.

BenchmarkDotNet.AsmSlicer/Properties/launchSettings.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

BitFaster.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.HitRateAn
1818
EndProject
1919
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BitFaster.Caching.ThroughputAnalysis", "BitFaster.Caching.ThroughputAnalysis\BitFaster.Caching.ThroughputAnalysis.csproj", "{EF9968AF-10B2-4205-9C42-19A594BC98C1}"
2020
EndProject
21-
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BenchmarkDotNet.AsmSlicer", "BenchmarkDotNet.AsmSlicer\BenchmarkDotNet.AsmSlicer.csproj", "{8463D0AD-7215-477A-9FD2-446C85E048AE}"
22-
EndProject
2321
Global
2422
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2523
Debug|Any CPU = Debug|Any CPU
@@ -46,10 +44,6 @@ Global
4644
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Debug|Any CPU.Build.0 = Debug|Any CPU
4745
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Release|Any CPU.ActiveCfg = Release|Any CPU
4846
{EF9968AF-10B2-4205-9C42-19A594BC98C1}.Release|Any CPU.Build.0 = Release|Any CPU
49-
{8463D0AD-7215-477A-9FD2-446C85E048AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
50-
{8463D0AD-7215-477A-9FD2-446C85E048AE}.Debug|Any CPU.Build.0 = Debug|Any CPU
51-
{8463D0AD-7215-477A-9FD2-446C85E048AE}.Release|Any CPU.ActiveCfg = Release|Any CPU
52-
{8463D0AD-7215-477A-9FD2-446C85E048AE}.Release|Any CPU.Build.0 = Release|Any CPU
5347
EndGlobalSection
5448
GlobalSection(SolutionProperties) = preSolution
5549
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)