Remove leftover const.

llvm-svn: 166996
This commit is contained in:
Rafael Espindola 2012-10-30 01:49:46 +00:00
parent 9e068aaa6f
commit 9141aa1b1e
1 changed files with 1 additions and 1 deletions

View File

@ -467,7 +467,7 @@ public:
const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; }
const StringRef getOriginalSourceFileName() {
StringRef getOriginalSourceFileName() {
return OriginalSourceFile;
}