git-svn: remove unnecessary DESTROY override
authorEric Wong <normalperson@yhbt.net>
Sat, 25 Oct 2014 07:56:11 +0000 (07:56 +0000)
committerEric Wong <normalperson@yhbt.net>
Sat, 25 Oct 2014 07:56:28 +0000 (07:56 +0000)
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>
perl/Git/SVN/Ra.pm
index 1828519b4a02c6f5b6eb1974c60cfc2ef2c0d0f7..e326849c3077e8c63e4cc44586c42bc585281eda 100644 (file)
@@ -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 {