summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
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;