mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-27 11:55:49 +00:00
Revert "[swig] Add workaround for old swig"
With the deprecation of swig 1.x (r366213), this workaround should no longer be necessary. llvm-svn: 366221
This commit is contained in:
parent
42816107f7
commit
63a0c2bce8
@ -213,11 +213,6 @@ namespace lldb {
|
||||
name = property(GetName, None)
|
||||
enabled = property(GetEnabled, SetEnabled)
|
||||
%}
|
||||
#if SWIG_VERSION < 0x030009
|
||||
%pythoncode %{
|
||||
__swig_setmethods__["enabled"] = SetEnabled
|
||||
%}
|
||||
#endif
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user