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

Commit b9e4578

Browse files
committed
Pruned dead code.
1 parent 704bb4a commit b9e4578

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/SpecFlow.NetCore/Fixer.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,6 @@ private void RunSpecFlow(string csproj)
100100
throw new Exception("SpecFlow generation failed (review the output).");
101101
}
102102

103-
private void DeleteSpecFlowConfig(string configPath)
104-
{
105-
WriteLine("Removing the SpecFlow config file.");
106-
File.Delete(configPath);
107-
}
108-
109103
private void GenerateSpecFlowGlue(DirectoryInfo directory, FileInfo fakeCsproj)
110104
{
111105
AppConfig.CreateIn(directory).Validate();

0 commit comments

Comments
 (0)