Removed an incorrectly added property from SBTarget.i

llvm-svn: 149192
This commit is contained in:
Greg Clayton
2012-01-29 07:09:30 +00:00
parent 13d1950ae6
commit bbb032e219

View File

@@ -496,9 +496,6 @@ public:
__swig_getmethods__["debugger"] = GetDebugger
if _newclass: x = property(GetDebugger, None)
__swig_getmethods__["file_offset"] = GetFileOffset
if _newclass: x = property(GetFileOffset, None)
__swig_getmethods__["num_breakpoints"] = GetNumBreakpoints
if _newclass: x = property(GetNumBreakpoints, None)