summaryrefslogtreecommitdiff
path: root/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb')
-rw-r--r--ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb b/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
deleted file mode 100644
index 2873d13bf0..0000000000
--- a/ruby_1_8_5/lib/rexml/encodings/ISO-8859-1.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'rexml/encodings/US-ASCII'
-
-module REXML
- module Encoding
- register("ISO-8859-1", &encoding_method("US-ASCII"))
- end
-end