diff options
author | Greg Clayton <gclayton@apple.com> | 2012-01-29 07:09:30 +0000 |
---|---|---|
committer | Greg Clayton <gclayton@apple.com> | 2012-01-29 07:09:30 +0000 |
commit | bbb032e2194191939aff27f0432766b3ac4028ce (patch) | |
tree | 0aaf6190925da5a9a23364d43dd427d0ac9ded72 /lldb/scripts/Python | |
parent | 13d1950ae6eaf579cbecab1c0515d58f5fa2b648 (diff) | |
download | bcm5719-llvm-bbb032e2194191939aff27f0432766b3ac4028ce.tar.gz bcm5719-llvm-bbb032e2194191939aff27f0432766b3ac4028ce.zip |
Removed an incorrectly added property from SBTarget.i
llvm-svn: 149192
Diffstat (limited to 'lldb/scripts/Python')
-rw-r--r-- | lldb/scripts/Python/interface/SBTarget.i | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/scripts/Python/interface/SBTarget.i b/lldb/scripts/Python/interface/SBTarget.i index e8cac25787c..5bf218b0995 100644 --- a/lldb/scripts/Python/interface/SBTarget.i +++ b/lldb/scripts/Python/interface/SBTarget.i @@ -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) |