summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-28 13:06:16 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-10-28 13:06:16 +0000
commit769fcd704800aa37380e711559c04e366afcc7ef (patch)
treed0da9bd8eaf0c50415806c87f544c9cb3c7d38c6 /ext
parent96031a6d4ebb395b3581d812cf98d5db8a36fee1 (diff)
* ext/sdbm/_sdbm.c: RCS $Id$ removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-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