Sophie

Sophie

distrib > Fedora > 16 > x86_64 > media > updates-src > by-pkgid > f274c9b2a9294236d8d875db42ebf634 > files > 3

perl-Text-CSV_XS-0.82-3.fc16.src.rpm

From 6fab5ebee68ee16fb5e3ad926fb7cda0180dae0c Mon Sep 17 00:00:00 2001
From: Tony Cook <tony@develop-help.com>
Date: Mon, 3 Dec 2012 20:40:05 +1100
Subject: [PATCH 2/2] eliminate rav_free(), it's not longer used

---
 CSV_XS.xs |    7 -------
 1 file changed, 7 deletions(-)

diff --git a/CSV_XS.xs b/CSV_XS.xs
index 09fcdef..b0fed4a 100644
--- a/CSV_XS.xs
+++ b/CSV_XS.xs
@@ -1497,13 +1497,6 @@ static void cx_av_free (pTHX_ AV *av)
     sv_free ((SV *)av);
     } /* av_free */
 
-#define rav_free(rv)	cx_rav_free (aTHX_ rv)
-static void cx_rav_free (pTHX_ SV *rv)
-{
-    av_free ((AV *)SvRV (rv));
-    sv_free (rv);
-    } /* rav_free */
-
 #define xsParse_all(self,hv,io,off,len)		cx_xsParse_all (aTHX_ self, hv, io, off, len)
 static SV *cx_xsParse_all (pTHX_ SV *self, HV *hv, SV *io, SV *off, SV *len)
 {
-- 
1.7.10.4