File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
SonarQube.TeamBuild.Integration
SonarQube.TeamBuild.PreProcessor Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments