Removed useless keyword
Former-commit-id: f5932abe5443e25d4f1fbf3e97f4eb50627fac55
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user