summaryrefslogtreecommitdiff
path: root/ext/sdbm
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sdbm')
-rw-r--r--ext/sdbm/_sdbm.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c
index 07903ca9b1..9b1cef45b0 100644
--- a/ext/sdbm/_sdbm.c
+++ b/ext/sdbm/_sdbm.c
@@ -7,10 +7,6 @@
* core routines
*/
-#ifndef lint
-/*char sdbm_rcsid[] = "$Id$";*/
-#endif
-
#include "ruby/config.h"
#include "ruby/defines.h"
@@ -633,10 +629,6 @@ getnext(register DBM *db)
* page-level routines
*/
-#ifndef lint
-/*char pair_rcsid[] = "$Id$";*/
-#endif
-
#ifndef BSD42
/*#include <memory.h>*/
#endif