]> mj.ucw.cz Git - libucw.git/commitdiff
deleted comment about fprecog
authorRobert Spalek <robert@ucw.cz>
Thu, 11 Dec 2003 11:55:45 +0000 (11:55 +0000)
committerRobert Spalek <robert@ucw.cz>
Thu, 11 Dec 2003 11:55:45 +0000 (11:55 +0000)
lib/index.h

index f93ab3554eabee850a5e9ff4e53f6df9a4e39cf9..d520f14c003afddde58a3e2a6130dc07a99ebf7b 100644 (file)
@@ -126,7 +126,6 @@ void fingerprint(byte *string, struct fingerprint *fp);
 static inline u32
 fp_hash(struct fingerprint *fp)
 {
-  /* This hash is expected to be monotonic wrt. fpsort's order by fprecog */
   return (fp->hash[0] << 24) | (fp->hash[1] << 16) | (fp->hash[2] << 8) | fp->hash[3];
 }