diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/bindings/qpid/python/python.i | 2 | ||||
-rw-r--r-- | cpp/bindings/qpid/ruby/ruby.i | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/cpp/bindings/qpid/python/python.i b/cpp/bindings/qpid/python/python.i index e69c6b01cc..690ce57d85 100644 --- a/cpp/bindings/qpid/python/python.i +++ b/cpp/bindings/qpid/python/python.i @@ -19,8 +19,6 @@ %module qpidw %include "std_string.i" -%include "std_map.i" -%include "std_list.i" %include "../../swig_python_typemaps.i" /* Define the general-purpose exception handling */ diff --git a/cpp/bindings/qpid/ruby/ruby.i b/cpp/bindings/qpid/ruby/ruby.i index 926548b3ee..baabeaede2 100644 --- a/cpp/bindings/qpid/ruby/ruby.i +++ b/cpp/bindings/qpid/ruby/ruby.i @@ -19,8 +19,6 @@ %module qpidw %include "std_string.i" -%include "std_map.i" -%include "std_list.i" %include "../../swig_ruby_typemaps.i" /* Define the general-purpose exception handling */ |