summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2018-07-31 15:45:02 -0400
committerPeter LaFosse <peter@vector35.com>2018-07-31 15:45:02 -0400
commit454bcf8314833269ae8be9111b2c1035fe8999d6 (patch)
tree142960a5296dfc95247f76e7da9ab83c40ece142 /binaryninjaapi.h
parentca66a9882727821169536f8cdc8e2108492ea191 (diff)
removing ability to set autodefined
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 475cede6..ecf55e98 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -900,7 +900,6 @@ namespace BinaryNinja
std::string GetRawName() const;
uint64_t GetAddress() const;
bool IsAutoDefined() const;
- void SetAutoDefined(bool val);
static Ref<Symbol> ImportedFunctionFromImportAddressSymbol(Symbol* sym, uint64_t addr);
};