summaryrefslogtreecommitdiff
path: root/lib/qt-tar-xz/QTarDecode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/qt-tar-xz/QTarDecode.cpp')
-rw-r--r--lib/qt-tar-xz/QTarDecode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/qt-tar-xz/QTarDecode.cpp b/lib/qt-tar-xz/QTarDecode.cpp
index e1d9bce..10c38ca 100644
--- a/lib/qt-tar-xz/QTarDecode.cpp
+++ b/lib/qt-tar-xz/QTarDecode.cpp
@@ -12,7 +12,7 @@
static const std::regex isaunsignednumber("^[0-9]+$",std::regex::optimize);
static const std::regex isaunoctalnumber("^[0-7]+$",std::regex::optimize);
-static const char* const lut = "0123456789ABCDEF";
+//static const char* const lut = "0123456789ABCDEF";
QTarDecode::QTarDecode()
{