Removed unnecessary typedef

svn-id: r22875
This commit is contained in:
Max Horn 2006-06-03 13:56:50 +00:00
parent 0e174a8adc
commit 5d1e4d7f09

View File

@ -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