summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lib/cgi.rb5
2 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index cf2c043114..320d252a5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sat Aug 30 01:37:20 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * lib/cgi.rb (CGI#initialize): remove unused constants. a patch
+ from Takeyuki Fujioka in [ruby-dev:36046].
+
Fri Aug 29 22:29:41 2008 Tadayoshi Funaba <tadf@dotrb.org>
* complex.c ({nucomp,numeric}_rect): new.
diff --git a/lib/cgi.rb b/lib/cgi.rb
index 105c4af444..2de068ce1e 100644
--- a/lib/cgi.rb
+++ b/lib/cgi.rb
@@ -2298,11 +2298,6 @@ class CGI
Apache.request.setup_cgi_env
end
- (class << self; self; end).class_eval do
- const_set(:CGI_PARAMS, [1])
- const_set(:CGI_COOKIES, [2])
- end
-
extend QueryExtension
@multipart = false