Delete a spurious const.
authorDan Gohman <gohman@apple.com>
Mon, 13 Jul 2009 20:46:11 +0000 (20:46 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 13 Jul 2009 20:46:11 +0000 (20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75493 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Target/TargetAsmInfo.h

index d031d746578df93776f4c7f086d5cb5ab6766575..b38a2e674302d14b80dacd9a9266ad9b897b5145 100644 (file)
@@ -697,7 +697,7 @@ namespace llvm {
     char getSeparatorChar() const {
       return SeparatorChar;
     }
-    const unsigned getCommentColumn() const {
+    unsigned getCommentColumn() const {
       return CommentColumn;
     }
     const char *getCommentString() const {