aboutsummaryrefslogtreecommitdiff
path: root/lldb/bindings/python/python.swig
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/bindings/python/python.swig')
-rw-r--r--lldb/bindings/python/python.swig4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/bindings/python/python.swig b/lldb/bindings/python/python.swig
index b1f6c4b9301d..278c0eed2bab 100644
--- a/lldb/bindings/python/python.swig
+++ b/lldb/bindings/python/python.swig
@@ -52,10 +52,6 @@ except ImportError:
# Relative import should work if we are being loaded by Python.
from . import $module"
%enddef
-// These versions will not generate working python modules, so error out early.
-#if SWIG_VERSION >= 0x030009 && SWIG_VERSION < 0x030011
-#error Swig versions 3.0.9 and 3.0.10 are incompatible with lldb.
-#endif
// The name of the module to be created.
%module(docstring=DOCSTRING, moduleimport=MODULEIMPORT) lldb