Skip to content

Commit

Permalink
Remove TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsciple committed Jul 28, 2016
1 parent bc840f2 commit 3b6e290
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Agent.Worker/Build/TfsVCSourceProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ private ITfsVCWorkspace MatchExactWorkspace(
continue;
}

// TODO: Is there such a thing as a single level cloak?
// Sort the definition mappings.
List<DefinitionWorkspaceMapping> sortedDefinitionMappings =
(definitionMappings ?? new DefinitionWorkspaceMapping[0])
Expand Down Expand Up @@ -461,7 +460,6 @@ private ITfsVCWorkspace MatchExactWorkspace(
break;
}

// TODO: Is there such a thing as a single level cloak?
// Compare the server path. Normalize the expected server path for a single-level map.
string expectedServerPath = definitionMapping.NormalizedServerPath;
if (!string.Equals(tfMapping.ServerPath, expectedServerPath, StringComparison.Ordinal))
Expand Down

0 comments on commit 3b6e290

Please sign in to comment.