From 1bbd55ca1ee7fb7ede250c15e4db98d14684b98a Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 16 Oct 2018 10:23:36 -0400 Subject: Remove some unnecessary APIs --- binaryninjacore.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'binaryninjacore.h') 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 -- cgit v1.3.1