Fix some swig warnings
authorPavel Labath <pavel@labath.sk>
Fri, 27 Sep 2019 11:30:16 +0000 (11:30 +0000)
committerPavel Labath <pavel@labath.sk>
Fri, 27 Sep 2019 11:30:16 +0000 (11:30 +0000)
commit4a90ee1a615f8860b47c0938013de9ce6f9bcaba
treec6e5b533e4c06710081352d8458c4b51a864e36e
parent6328f948adfad6cbf310549bb2b9acea895aa5bf
Fix some swig warnings

Previously, these were unseen because the wrapper script would swallow
them. This fixes the following types of warnings:
- methods being declared more than once
- swig complained about ignoring operator=, so I just removed it

llvm-svn: 373069
lldb/scripts/interface/SBBreakpoint.i
lldb/scripts/interface/SBBreakpointName.i
lldb/scripts/interface/SBModule.i
lldb/scripts/interface/SBStructuredData.i
lldb/scripts/interface/SBThreadPlan.i