]> mj.ucw.cz Git - libucw.git/blobdiff - lib/hashfunc.h
Merged with v3.8
[libucw.git] / lib / hashfunc.h
index c10f224910d9ba563ef401adc45ae57db011912a..e60e3f70628f38feaa843374f2e665ef9a3ac7df 100644 (file)
@@ -13,9 +13,6 @@
 
 #include "lib/lib.h"
 
-/* An equivalent of the Intel's rol instruction.  */
-#define        ROL(x, bits)    (((x) << (bits)) | ((x) >> (sizeof(uns)*8 - (bits))))
-
 /* The following functions need str to be aligned to uns.  */
 uns str_len_aligned(const byte *str) CONST;
 uns hash_string_aligned(const byte *str) CONST;