summaryrefslogtreecommitdiffstats
path: root/lib/git/branch.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/git/branch.rb')
-rw-r--r--lib/git/branch.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/git/branch.rb b/lib/git/branch.rb
index 5dc8ec7..5b8ff63 100644
--- a/lib/git/branch.rb
+++ b/lib/git/branch.rb
@@ -12,8 +12,6 @@ module Git
@full = name
@base = base
- @stashes = Git::Stashes.new(@base)
-
parts = name.split('/')
if parts[1]
@remote = Git::Remote.new(@base, parts[0])