chiark / gitweb /
dgit-badcommit-fixup: Remove obsolete variable
[dgit.git] / dgit-badcommit-fixup
index ec6f57c78395f6f9c5a4debf767fa5bc6911da19..6d6a705ec8a235c84f31bea89df63ea1f81349c6 100755 (executable)
@@ -147,8 +147,6 @@ foreach my $rline (split /\n/, $refs) {
     push @updates, [ $refname, $obj, $rewrite ];
 }
 
-our $worktree;
-
 @updates = grep { $_->[1] ne $_->[2] } @updates;
 
 #print Dumper(\@updates);