From 769fcd704800aa37380e711559c04e366afcc7ef Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 28 Oct 2011 13:06:16 +0000 Subject: * ext/sdbm/_sdbm.c: RCS $Id$ removed. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/sdbm/_sdbm.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext/sdbm/_sdbm.c') 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 */ #endif -- cgit v1.2.3