summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-19 20:00:14 +0000
committerLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-19 20:00:14 +0000
commit87644d282b61b347a7443d1f7c43dc8ca98184ab (patch)
treebf2e8e70edf266b784b24d60027838d852c0fcd8
parent4c1b189d726568136dc6bed8e1439b22ea484530 (diff)
downloadswig-87644d282b61b347a7443d1f7c43dc8ca98184ab.tar.gz
Remove line that is already covered by macro.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13669 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Lib/c/c.swg1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/c/c.swg b/Lib/c/c.swg
index ddb95724a..c8c7e25c2 100644
--- a/Lib/c/c.swg
+++ b/Lib/c/c.swg
@@ -113,7 +113,6 @@ explicit_same_type(ctype, size_t);
%typemap(ctype) SWIGTYPE [] "$1_ltype"
%typemap(ctype) SWIGTYPE ((&)[ANY]) "$1_basetype **"
-%typemap(ctype) short [ANY][ANY], int [ANY][ANY], long [ANY][ANY], char [ANY][ANY], float [ANY][ANY], double [ANY][ANY] "$1_ltype"
%typemap(ctype) SWIGTYPE "SwigObj *"
%typemap(ctype) SWIGTYPE * "SwigObj *"
%typemap(ctype) SWIGTYPE & "SwigObj *"