diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-10-16 10:23:36 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-10-16 10:23:36 -0400 |
| commit | 1bbd55ca1ee7fb7ede250c15e4db98d14684b98a (patch) | |
| tree | 1e0da8c2158dda2269620bf9783cef6055ec6a78 /binaryninjaapi.h | |
| parent | 7006bdf444f2b9533bcc3aee2933ba7ff8e70d2e (diff) | |
Remove some unnecessary APIs
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 565be2f7..074e7cee 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1246,8 +1246,6 @@ namespace BinaryNinja static bool IsRelocatableCallback(void* ctxt); static size_t GetAddressSizeCallback(void* ctxt); static bool SaveCallback(void* ctxt, BNFileAccessor* file); - static void DefineRelocationCallback(void* ctxt, BNArchitecture* arch, BNRelocationInfo* info, uint64_t target, uint64_t reloc); - static void DefineSymbolRelocationCallback(void* ctxt, BNArchitecture* arch, BNRelocationInfo* info, BNSymbol* target, uint64_t reloc); public: BinaryView(BNBinaryView* view); |
