Skip to content

Commit f3a125a

Browse files
committed
Flaws: Remove unused members
1 parent 4cac261 commit f3a125a

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

SonarQube.TeamBuild.Integration/CoverageReportConverter.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ public class CoverageReportConverter : ICoverageReportConverter
3030
/// </summary>
3131
private const string TeamToolPathandExeName = @"Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe";
3232

33-
private const int ConversionTimeoutMs = 5000;
34-
3533
private string conversionToolPath;
3634

3735
#region IReportConverter interface

SonarQube.TeamBuild.PreProcessor/ArgumentProcessor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,6 @@ private static class KeywordIds
4040
public const string ProjectName = "projectName.id";
4141
public const string ProjectVersion = "projectVersion.id";
4242
public const string InstallLoaderTargets = "installLoaderTargets.id";
43-
public const string RunnerPropertiesPath = "runnerPropertiesPath.id";
44-
public const string DynamicSetting = "dynamicSetting.id";
4543
}
4644

4745
private static IList<ArgumentDescriptor> Descriptors;

0 commit comments

Comments
 (0)