From a9d3f64717304821300171d6fb20a921b2f4d651 Mon Sep 17 00:00:00 2001
From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net>
Date: Sat, 3 Oct 2020 17:27:04 +0700
Subject: [PATCH] [-] Removed obsolete dap_int128_t

---
 dap-sdk/core/include/dap_math_ops.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dap-sdk/core/include/dap_math_ops.h b/dap-sdk/core/include/dap_math_ops.h
index d67bad88e1..7309fc75ab 100755
--- a/dap-sdk/core/include/dap_math_ops.h
+++ b/dap-sdk/core/include/dap_math_ops.h
@@ -30,11 +30,3 @@ typedef union int128{int64_t i64[2];} int128_t;
 
 #endif
 
-typedef union dap_uint128{
-    uint8_t data_raw[16];
-#if defined(DAP_GLOBAL_IS_INT128)
-    _dap_int128_t data_int128;
-#endif
-} dap_uint128_t;
-
-
-- 
GitLab