From: Robert Spalek Date: Thu, 11 Dec 2003 11:55:45 +0000 (+0000) Subject: deleted comment about fprecog X-Git-Tag: holmes-import~1152 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=7597dd493baa348fc94c58e8f87741800a1d427f;p=libucw.git deleted comment about fprecog --- diff --git a/lib/index.h b/lib/index.h index f93ab355..d520f14c 100644 --- a/lib/index.h +++ b/lib/index.h @@ -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]; }