remove 'hello'

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8582 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-28 03:24:48 +00:00
commit 20cdc2a18c

View file

@ -85,7 +85,6 @@
/* For output, we increase the reference object */
%typemap(out,noblock=1) PyObject * {
/* hello */
$result = $1;
%#if !($owner)
Py_XINCREF($result);