From 300af7d48423e223ff84f1864949015f117b294e Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Thu, 31 Jan 2008 22:49:56 +0000 Subject: [PATCH] remove some cruft possibly causing problems on old compilers git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10224 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/ruby.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/Modules/ruby.cxx b/Source/Modules/ruby.cxx index 4134f7d80..f7e615ea6 100644 --- a/Source/Modules/ruby.cxx +++ b/Source/Modules/ruby.cxx @@ -1513,7 +1513,6 @@ public: void insertCleanupCode(ParmList *l, String *cleanup) { String *tm; for (Parm *p = l; p;) { - // if (!checkAttribute(p,"tmap:in:numinputs","0") && (tm = Getattr(p,"tmap:freearg"))) { if ((tm = Getattr(p, "tmap:freearg"))) { if (Len(tm) != 0) { Replaceall(tm, "$source", Getattr(p, "lname"));