From 7597dd493baa348fc94c58e8f87741800a1d427f Mon Sep 17 00:00:00 2001 From: Robert Spalek Date: Thu, 11 Dec 2003 11:55:45 +0000 Subject: [PATCH] deleted comment about fprecog --- lib/index.h | 1 - 1 file changed, 1 deletion(-) 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]; } -- 2.39.2