diff --git a/lib/rexml/entity.rb b/lib/rexml/entity.rb index d9a72cc8fa..3f44c9109a 100644 --- a/lib/rexml/entity.rb +++ b/lib/rexml/entity.rb @@ -4,8 +4,6 @@ require 'rexml/source' require 'rexml/xmltokens' module REXML - # God, I hate DTDs. I really do. Why this idiot standard still - # plagues us is beyond me. class Entity < Child include XMLTokens PUBIDCHAR = "\x20\x0D\x0Aa-zA-Z0-9\\-()+,./:=?;!*@$_%#"