git-svn: remove unnecessary DESTROY override

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>
maint
Eric Wong 2014-10-25 07:56:11 +00:00
parent dfa72fdb96
commit 6725ecaba7
1 changed files with 0 additions and 4 deletions

View File

@ -177,10 +177,6 @@ sub get_dir {
wantarray ? (\%dirents, $r, $props) : \%dirents; 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, # get_log(paths, start, end, limit,
# discover_changed_paths, strict_node_history, receiver) # discover_changed_paths, strict_node_history, receiver)
sub get_log { sub get_log {