# HG changeset patch # User Christoph Moench-Tegeder # Date 1452541317 -3600 # Node ID e3370fbe0a255cea4e44bd7d7ac9fb42c15224cf # Parent 13923a5a7b89271d190621a98acfe53416eebe8a remove rcsid as loudmouth is maintained in git, the whole concept of rcsid does not really apply anymore - but we get warnings from -Wunused which are promptly upgraded to errors (-Werror) diff -r 13923a5a7b89 -r e3370fbe0a25 loudmouth/lm-sha.c --- a/loudmouth/lm-sha.c Mon Jan 11 20:38:32 2016 +0100 +++ b/loudmouth/lm-sha.c Mon Jan 11 20:41:57 2016 +0100 @@ -75,11 +75,6 @@ } #endif -#ifndef lint -static const char rcsid[] = -"$Id$"; -#endif /* !lint */ - #define ROTL(x, n) (((x) << (n)) | ((x) >> (32 - (n)))) #define ROTR(x, n) (((x) >> (n)) | ((x) << (32 - (n))))