Removed useless keyword
Former-commit-id: f5932abe5443e25d4f1fbf3e97f4eb50627fac55
This commit is contained in:
parent
11c2f82835
commit
752cfdd8db
|
|
@ -9,7 +9,6 @@ namespace std
|
|||
template<>
|
||||
struct hash<NzString>
|
||||
{
|
||||
public:
|
||||
size_t operator()(const NzString& str) const
|
||||
{
|
||||
// Algorithme DJB2
|
||||
|
|
|
|||
Loading…
Reference in New Issue