Regions that cover the whole file are useless.

This commit is contained in:
Matt Burke
2012-01-31 08:17:29 -05:00
parent 87bd5682a7
commit 414e09a374
-3
View File
@@ -12,7 +12,6 @@ namespace Sep.Git.Tfs.Commands
[RequiresValidGitRepository]
public class Pull : GitTfsCommand
{
#region GitTfsCommand Members
private readonly Fetch fetch;
private readonly Globals globals;
@@ -49,7 +48,5 @@ namespace Sep.Git.Tfs.Commands
return retVal;
}
#endregion
}
}