diff options
| author | galenbwill <galenbwill@users.noreply.github.com> | 2022-08-27 12:04:25 -0400 |
|---|---|---|
| committer | galenbwill <galenbwill@users.noreply.github.com> | 2022-08-29 09:40:38 -0400 |
| commit | 119288376884595ff6f8fabaf1ca0e417b3cf042 (patch) | |
| tree | 64ef91df001b570ea5cb3702503a08a7c57cb870 /binaryninjaapi.h | |
| parent | 22c0d1f1f85d9438ece720761060c1011c24b388 (diff) | |
Remove `Segment::SetStart` which is not backed by C API
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index f18cd5d9..92f8f81e 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -2326,7 +2326,6 @@ namespace BinaryNinja { std::vector<Ref<Relocation>> GetRelocationsInRange(uint64_t addr, uint64_t size) const; uint64_t GetRelocationsCount() const; - void SetStart(uint64_t newSegmentBase); void SetLength(uint64_t length); void SetDataOffset(uint64_t dataOffset); void SetDataLength(uint64_t dataLength); |
