summaryrefslogtreecommitdiff
path: root/trunk/lib/rexml/encodings/ISO-8859-1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/rexml/encodings/ISO-8859-1.rb')
-rw-r--r--trunk/lib/rexml/encodings/ISO-8859-1.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/lib/rexml/encodings/ISO-8859-1.rb b/trunk/lib/rexml/encodings/ISO-8859-1.rb
deleted file mode 100644
index 2873d13bf0..0000000000
--- a/trunk/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