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