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 /binaryninjacore.h | |
| parent | 7006bdf444f2b9533bcc3aee2933ba7ff8e70d2e (diff) | |
Remove some unnecessary APIs
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index d2189f08..a50da42b 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1085,8 +1085,6 @@ extern "C" bool (*isRelocatable)(void* ctxt); size_t (*getAddressSize)(void* ctxt); bool (*save)(void* ctxt, BNFileAccessor* accessor); - void (*defineRelocation) (void* ctxt, BNArchitecture* arch, BNRelocationInfo* info, uint64_t target, uint64_t reloc); - void (*defineSymbolRelocation) (void* ctxt, BNArchitecture* arch, BNRelocationInfo* info, BNSymbol* target, uint64_t reloc); }; struct BNCustomBinaryViewType |
