X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fwebcit.h;h=432bdf516eabe5b3aa950a0c17e0e91a46d5b4f1;hp=cb2e19b83e49688e317a123801a77912f4777e48;hb=28138c561e67821aa7d3f7cd433e4bae2e1c2d61;hpb=5dd116cf07d991263431624a735698374c6fb692 diff --git a/webcit/webcit.h b/webcit/webcit.h index cb2e19b83..432bdf516 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -818,9 +818,6 @@ void http_datestring(char *buf, size_t n, time_t xtime); extern int time_to_die; /* Nonzero if server is shutting down */ -/* a nice consistent place to define how we turn a message id into a thread id hash */ -#define ThreadIdHash(Buf) abs(HashLittle(ChrPtr(Buf), StrLength(Buf))) - /* * Array type for a blog post. The first message is the post; the rest are comments */