From e25d8896b6306cb6f984964c77b6a670a39cd11d Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 26 Jan 2022 10:44:52 -0500 Subject: Convert SizeWithConfidence to OffsetWithConfidence and remove --- binaryninjacore.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'binaryninjacore.h') 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; -- cgit v1.3.1