From 414e09a37489e7c5ae3bbde01f6a41ae4949ea4e Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Tue, 31 Jan 2012 08:17:29 -0500 Subject: [PATCH] Regions that cover the whole file are useless. --- GitTfs/Commands/Pull.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/GitTfs/Commands/Pull.cs b/GitTfs/Commands/Pull.cs index 5e95bc1e..466baaee 100644 --- a/GitTfs/Commands/Pull.cs +++ b/GitTfs/Commands/Pull.cs @@ -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 } }