aboutsummaryrefslogtreecommitdiffstats
path: root/src/direct_bt/UUID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/direct_bt/UUID.cpp')
-rw-r--r--src/direct_bt/UUID.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/direct_bt/UUID.cpp b/src/direct_bt/UUID.cpp
index 7252f02f..5b3a744c 100644
--- a/src/direct_bt/UUID.cpp
+++ b/src/direct_bt/UUID.cpp
@@ -176,7 +176,6 @@ uuid128_t::uuid128_t(const std::string str)
std::string msg("UUID128 string not in format '00000000-0000-1000-8000-00805F9B34FB' but "+str);
throw jau::IllegalArgumentException(msg, E_FILE_LINE);
}
- jau::uint128_t value;
// sscanf provided host data type, in which we store the values,
// hence no endian conversion