Skip to content

Commit

Permalink
git-svn: remove unnecessary DESTROY override
Browse files Browse the repository at this point in the history
This override was probably never necessary, but most likely a no-op
as it does not appear to do anything in SVN::Ra itself.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
  • Loading branch information
Eric Wong committed Oct 25, 2014
1 parent dfa72fd commit 6725eca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions perl/Git/SVN/Ra.pm
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,6 @@ sub get_dir {
wantarray ? (\%dirents, $r, $props) : \%dirents;
}

sub DESTROY {
# do not call the real DESTROY since we store ourselves in $RA
}

# get_log(paths, start, end, limit,
# discover_changed_paths, strict_node_history, receiver)
sub get_log {
Expand Down

0 comments on commit 6725eca

Please sign in to comment.