[App] clean

removed dead code
This commit is contained in:
mosfet80
2024-04-17 08:13:45 +02:00
committed by Chris Hennes
parent d79d3c0c8b
commit 8dd2f8e8fa

View File

@@ -30,7 +30,6 @@
#include "Base/Console.h"
//#include <boost/functional/hash.hpp>
#include <boost/iostreams/device/array.hpp>
#include <boost/iostreams/stream.hpp>
@@ -47,15 +46,6 @@ void MappedName::compact() const
self->data = QByteArray(self->data.constData(), self->data.size());
self->raw = false;
}
#if 0
static std::unordered_set<QByteArray, ByteArrayHasher> PostfixSet;
if (this->postfix.size()) {
auto res = PostfixSet.insert(this->postfix);
if (!res.second)
self->postfix = *res.first;
}
#endif
}
@@ -230,4 +220,4 @@ int MappedName::findTagInElementName(long* tagOut, int* lenOut, std::string* pos
return pos;
}
}
}