Remove the RCSID macro
[openafs.git] / src / tests / test-setgroups.c
index 40283c4..72730d7 100644 (file)
 
 #include <err.h>
 
-#ifdef RCSID
-RCSID("$Id$");
-#endif
-
 #if !defined(NGROUPS) && defined(NGROUPS_MAX)
 #define NGROUPS NGROUPS_MAX
 #endif