remove rcsid
authorChristoph Moench-Tegeder <cmt@burggraben.net>
Mon, 11 Jan 2016 20:41:57 +0100
changeset 681 e3370fbe0a25
parent 680 13923a5a7b89
child 683 2ea00984a499
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)
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))))