summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-20 13:22:18 +0000
committerLeif Middelschulte <leif.middelschulte@gmail.com>2012-08-20 13:22:18 +0000
commit7a0a1022f8c1034e099ae304dd66046e9dea66da (patch)
treed095f1d4b358f877304225005a16ea29bf93432f
parentb75cba540a26f708d3052726ed99a183379d3ea7 (diff)
downloadswig-7a0a1022f8c1034e099ae304dd66046e9dea66da.tar.gz
Remove leftovers of removed 'wrap_call' typemap.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-c@13677 626c5289-ae23-0410-ae9c-e8d60b6d4f22
-rw-r--r--Lib/c/std_string.i2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/c/std_string.i b/Lib/c/std_string.i
index f3c6d8a3a..c5e47cb5c 100644
--- a/Lib/c/std_string.i
+++ b/Lib/c/std_string.i
@@ -27,8 +27,6 @@ class string;
%typemap(proxycouttype) const string & "char *"
%typemap(cppouttype, retobj="1") string "std::string*"
%typemap(cppouttype) const string &, string *, string & "std::string*"
-%typemap(wrap_call) string ""
-%typemap(wrap_call) const string &, string*, string& ""
%typemap(in) string {
if ($input) {