diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-07-31 15:45:02 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-07-31 15:45:02 -0400 |
| commit | 454bcf8314833269ae8be9111b2c1035fe8999d6 (patch) | |
| tree | 142960a5296dfc95247f76e7da9ab83c40ece142 /binaryview.cpp | |
| parent | ca66a9882727821169536f8cdc8e2108492ea191 (diff) | |
removing ability to set autodefined
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index c6970ff5..993d19ab 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -231,12 +231,6 @@ bool Symbol::IsAutoDefined() const } -void Symbol::SetAutoDefined(bool val) -{ - BNSetSymbolAutoDefined(m_object, val); -} - - Ref<Symbol> Symbol::ImportedFunctionFromImportAddressSymbol(Symbol* sym, uint64_t addr) { return new Symbol(BNImportedFunctionFromImportAddressSymbol(sym->GetObject(), addr)); |
