summaryrefslogtreecommitdiff
path: root/lib/rexml/encodings/UNILE_decl.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rexml/encodings/UNILE_decl.rb')
-rw-r--r--lib/rexml/encodings/UNILE_decl.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/rexml/encodings/UNILE_decl.rb b/lib/rexml/encodings/UNILE_decl.rb
deleted file mode 100644
index 9e1c11dc03..0000000000
--- a/lib/rexml/encodings/UNILE_decl.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module REXML
- module Encoding
- UNILE = 'UNILE'
- claim( UNILE, /^\377\376/ )
- end
-end