summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-01-26 10:44:52 -0500
committerPeter LaFosse <peter@vector35.com>2022-01-26 10:54:03 -0500
commite25d8896b6306cb6f984964c77b6a670a39cd11d (patch)
treecd963d42a49354fc09d51ef7559a0e425836a86c /binaryninjacore.h
parent344b7f695aeb333bd86a56029799ceef122b947d (diff)
Convert SizeWithConfidence to OffsetWithConfidence and remove
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h6
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;