diff options
| -rw-r--r-- | common/hashmap.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/hashmap.h b/common/hashmap.h index 5e3d2a0f2b..dcbbe17f3a 100644 --- a/common/hashmap.h +++ b/common/hashmap.h @@ -58,8 +58,6 @@ namespace Common { -typedef Common::String String; - uint hashit(const char *str); uint hashit_lower(const char *str); // Generate a hash based on the lowercase version of the string |
