forked from OSchip/llvm-project
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…
Reference in New Issue