Commit 80f69250 authored by Travis Hance's avatar Travis Hance

remove ununsed class BoxedUnicode

parent ea1c4746
......@@ -434,10 +434,6 @@ private:
void* operator new(size_t size) = delete;
};
class BoxedUnicode : public Box {
// TODO implementation
};
template <typename T> struct StringHash {
size_t operator()(const T* str) {
size_t hash = 5381;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment