Delete a spurious const.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75493 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-07-13 20:46:11 +00:00
parent db425496a6
commit 2e4da5e4ab

View 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 {