From 20cdc2a18c72ec66a4ebcfdb944425a94bac81b0 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sat, 28 Jan 2006 03:24:48 +0000 Subject: [PATCH] remove 'hello' git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8582 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pytypemaps.swg | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/python/pytypemaps.swg b/Lib/python/pytypemaps.swg index 2b246ceb3..74d3e6a3f 100644 --- a/Lib/python/pytypemaps.swg +++ b/Lib/python/pytypemaps.swg @@ -85,7 +85,6 @@ /* For output, we increase the reference object */ %typemap(out,noblock=1) PyObject * { - /* hello */ $result = $1; %#if !($owner) Py_XINCREF($result);