commit | 4b1a0e4ab6648894c63bffe8564a669c1df3d683 | [log] [tgz] |
---|---|---|
author | Fariborz Jahanian <fjahanian@apple.com> | Wed Jan 30 00:10:09 2013 +0000 |
committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Jan 30 00:10:09 2013 +0000 |
tree | ec6f06f4dc73a3211f6e2e41691408b76422d159 | |
parent | c33c9f7a9a955463b3418afd461774c726913800 [diff] |
Removed couple of html named character references in my last patch. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173856 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/AST/CommentLexer.cpp b/lib/AST/CommentLexer.cpp index f1c23c6..4647713 100644 --- a/lib/AST/CommentLexer.cpp +++ b/lib/AST/CommentLexer.cpp
@@ -66,8 +66,6 @@ .Case("gt", ">") .Case("quot", "\"") .Case("apos", "\'") - .Case("minus", "-") - .Case("sim", "~") .Default(""); }