diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-01-26 10:44:52 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-01-26 10:54:03 -0500 |
| commit | e25d8896b6306cb6f984964c77b6a670a39cd11d (patch) | |
| tree | cd963d42a49354fc09d51ef7559a0e425836a86c /binaryninjacore.h | |
| parent | 344b7f695aeb333bd86a56029799ceef122b947d (diff) | |
Convert SizeWithConfidence to OffsetWithConfidence and remove
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index b034eaec..257e98d5 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1902,12 +1902,6 @@ extern "C" uint8_t confidence; }; - struct BNSizeWithConfidence - { - size_t value; - uint8_t confidence; - }; - struct BNOffsetWithConfidence { int64_t value; |
