summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/US-ASCII_decl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/US-ASCII_decl.rb')
-rw-r--r--lib/rexml/encodings/US-ASCII_decl.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rexml/encodings/US-ASCII_decl.rb b/lib/rexml/encodings/US-ASCII_decl.rb
deleted file mode 100644
index 1e69234fff..0000000000
--- a/lib/rexml/encodings/US-ASCII_decl.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module REXML
- module Encoding
- US_ASCII = 'US-ASCII'
- claim( US_ASCII )
- end
-end