Removed useless keyword

Former-commit-id: f5932abe5443e25d4f1fbf3e97f4eb50627fac55
This commit is contained in:
Lynix 2014-03-30 19:17:32 +02:00
parent 11c2f82835
commit 752cfdd8db
1 changed files with 14 additions and 15 deletions

View File

@ -9,7 +9,6 @@ namespace std
template<> template<>
struct hash<NzString> struct hash<NzString>
{ {
public:
size_t operator()(const NzString& str) const size_t operator()(const NzString& str) const
{ {
// Algorithme DJB2 // Algorithme DJB2