Skip to content

Commit

Permalink
Flaws: Remove unused members
Browse files Browse the repository at this point in the history
  • Loading branch information
dbolkensteyn committed May 24, 2016
1 parent 4cac261 commit f3a125a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions SonarQube.TeamBuild.Integration/CoverageReportConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ public class CoverageReportConverter : ICoverageReportConverter
/// </summary>
private const string TeamToolPathandExeName = @"Team Tools\Dynamic Code Coverage Tools\CodeCoverage.exe";

private const int ConversionTimeoutMs = 5000;

private string conversionToolPath;

#region IReportConverter interface
Expand Down
2 changes: 0 additions & 2 deletions SonarQube.TeamBuild.PreProcessor/ArgumentProcessor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ private static class KeywordIds
public const string ProjectName = "projectName.id";
public const string ProjectVersion = "projectVersion.id";
public const string InstallLoaderTargets = "installLoaderTargets.id";
public const string RunnerPropertiesPath = "runnerPropertiesPath.id";
public const string DynamicSetting = "dynamicSetting.id";
}

private static IList<ArgumentDescriptor> Descriptors;
Expand Down

0 comments on commit f3a125a

Please sign in to comment.