diff options
Diffstat (limited to 'lib/AST/CommentLexer.cpp')
-rw-r--r-- | lib/AST/CommentLexer.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/AST/CommentLexer.cpp b/lib/AST/CommentLexer.cpp index f1c23c6103..464771340d 100644 --- a/lib/AST/CommentLexer.cpp +++ b/lib/AST/CommentLexer.cpp @@ -66,8 +66,6 @@ StringRef Lexer::resolveHTMLNamedCharacterReference(StringRef Name) const { .Case("gt", ">") .Case("quot", "\"") .Case("apos", "\'") - .Case("minus", "-") - .Case("sim", "~") .Default(""); } |