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("");
 }