Skip to content

Commit 6725eca

Browse files
author
Eric Wong
committed
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 <[email protected]>
1 parent dfa72fd commit 6725eca

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

perl/Git/SVN/Ra.pm

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,6 @@ sub get_dir {
177177
wantarray ? (\%dirents, $r, $props) : \%dirents;
178178
}
179179

180-
sub DESTROY {
181-
# do not call the real DESTROY since we store ourselves in $RA
182-
}
183-
184180
# get_log(paths, start, end, limit,
185181
# discover_changed_paths, strict_node_history, receiver)
186182
sub get_log {

0 commit comments

Comments
 (0)