summaryrefslogtreecommitdiff
path: root/Lib/python/cstring.i
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/python/cstring.i')
-rw-r--r--Lib/python/cstring.i9
1 files changed, 0 insertions, 9 deletions
diff --git a/Lib/python/cstring.i b/Lib/python/cstring.i
index 7eea70a35..ede9c596a 100644
--- a/Lib/python/cstring.i
+++ b/Lib/python/cstring.i
@@ -1,10 +1 @@
%include <typemaps/cstring.swg>
-%include <pystrings.swg>
-
-%typemap_cstrings(%cstring,
- char,
- SWIG_AsCharPtr,
- SWIG_AsCharPtrAndSize,
- SWIG_FromCharPtr,
- SWIG_FromCharPtrAndSize);
-