mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-19 23:29:20 +00:00
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:
parent
db425496a6
commit
2e4da5e4ab
@ -697,7 +697,7 @@ namespace llvm {
|
||||
char getSeparatorChar() const {
|
||||
return SeparatorChar;
|
||||
}
|
||||
const unsigned getCommentColumn() const {
|
||||
unsigned getCommentColumn() const {
|
||||
return CommentColumn;
|
||||
}
|
||||
const char *getCommentString() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user