File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -325,16 +325,6 @@ bool set_socket_blocking(int sock, bool block);
325325
326326unsigned int read_num_possible_cpus (void );
327327
328- // /////////////////////////////////////////////////////////////////////////////
329- // hashing helpers
330- // /////////////////////////////////////////////////////////////////////////////
331-
332- // http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3876.pdf
333- template <typename T>
334- inline void hash_combine (std::size_t & seed, const T& val) {
335- seed ^= std::hash<T>()(val) + 0x9e3779b9 + (seed << 6 ) + (seed >> 2 );
336- }
337-
338328// /////////////////////////////////////////////////////////////////////////////
339329// Log helpers
340330// /////////////////////////////////////////////////////////////////////////////
You can’t perform that action at this time.
0 commit comments