From 4de8453fdcd84e88bc47d0054c2e8a981bfb7845 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 25 Jul 2005 21:05:58 +0000 Subject: [PATCH] remove duplicate csout typemap git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@7351 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Lib/csharp/csharp.swg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/SWIG/Lib/csharp/csharp.swg b/SWIG/Lib/csharp/csharp.swg index 2a31933a8..bc199cad7 100644 --- a/SWIG/Lib/csharp/csharp.swg +++ b/SWIG/Lib/csharp/csharp.swg @@ -419,11 +419,6 @@ $1 = &temp; %} $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode return ret; } -%typemap(csout, excode=SWIGEXCODE) SWIGTYPE *, SWIGTYPE [], SWIGTYPE (CLASS::*) { - IntPtr cPtr = $imcall; - $csclassname ret = (cPtr == IntPtr.Zero) ? null : new $csclassname(cPtr, $owner);$excode - return ret; - } /* Properties */