aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ext/history.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/ext/history.rb')
-rw-r--r--lib/irb/ext/history.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/irb/ext/history.rb b/lib/irb/ext/history.rb
index 0096357c9c..d8378753f2 100644
--- a/lib/irb/ext/history.rb
+++ b/lib/irb/ext/history.rb
@@ -58,7 +58,6 @@ module IRB # :nodoc:
end
class History # :nodoc:
- @RCS_ID='-$Id$-'
def initialize(size = 16)
@size = size