diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-03-03 04:04:16 -0500 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-03-03 04:04:16 -0500 |
| commit | ea4cfdfef205194674fa9cb1beda4eaa56fd1fb8 (patch) | |
| tree | 6e18ae1da20951a7b07322a914cf52ac8b42d44f /binaryninjaapi.h | |
| parent | e1acceecfd1a9b30a1fa19599dce049b50dfaa36 (diff) | |
Don't store instruction size list as it can be easily regenerated
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 d94e7ca7..2c031b89 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -652,7 +652,6 @@ namespace BinaryNinja uint64_t GetEnd() const; uint64_t GetLength() const; - std::vector<uint8_t> GetInstructionSizes() const; std::vector<BNBasicBlockEdge> GetOutgoingEdges() const; }; |
