Remove unused __RCSID macro usage This is an obsolescent practice, just stop conditionally using this macro.
diff --git a/src/md2.c b/src/md2.c
index c3121c2..18c823e 100644
--- a/src/md2.c
+++ b/src/md2.c
@@ -31,10 +31,6 @@
#include <config.h>
-#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: md2.c,v 1.7 2012/06/25 22:32:44 abs Exp $");
-#endif /* LIBC_SCCS and not lint */
-
#include <sys/types.h>
#include <assert.h>