Removing unused parameter

This commit is contained in:
DennisOSRM 2012-09-19 12:02:50 +02:00
parent bcc7c41140
commit b448177278

View File

@ -47,7 +47,7 @@ public:
}
};
XORFastHashStorage( size_t size ) : positions(2<<16), currentTimestamp(0) { }
XORFastHashStorage( size_t ) : positions(2<<16), currentTimestamp(0) { }
inline HashCell& operator[]( const NodeID node ) {
unsigned short position = fastHash(node);