diff options
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 59c79631..bf1421fd 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4219,11 +4219,6 @@ namespace BinaryNinja { uint64_t GetDataLength() const; uint32_t GetFlags() const; bool IsAutoDefined() const; - - void SetLength(uint64_t length); - void SetDataOffset(uint64_t dataOffset); - void SetDataLength(uint64_t dataLength); - void SetFlags(uint32_t flags); }; /*! The Section object is returned during BinaryView creation and should not be directly instantiated. |
