Skip to content
This repository has been archived by the owner on Jan 6, 2022. It is now read-only.

Commit

Permalink
Revert "[swig] Add workaround for old swig"
Browse files Browse the repository at this point in the history
With the deprecation of swig 1.x (r366213), this workaround should no
longer be necessary.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@366221 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
JDevlieghere committed Jul 16, 2019
1 parent cdcce4f commit 40edaa7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions scripts/interface/SBTypeCategory.i
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@ namespace lldb {
name = property(GetName, None)
enabled = property(GetEnabled, SetEnabled)
%}
#if SWIG_VERSION < 0x030009
%pythoncode %{
__swig_setmethods__["enabled"] = SetEnabled
%}
#endif

};

Expand Down

0 comments on commit 40edaa7

Please sign in to comment.