From: Rafael Espindola Date: Tue, 30 Oct 2012 01:49:46 +0000 (+0000) Subject: Remove leftover const. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=942fbddccc1b5540336674e577abb59e5c231778;p=clang Remove leftover const. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166996 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Frontend/ASTUnit.h b/include/clang/Frontend/ASTUnit.h index fc27bb9cdf..5e409bd7ed 100644 --- a/include/clang/Frontend/ASTUnit.h +++ b/include/clang/Frontend/ASTUnit.h @@ -467,7 +467,7 @@ public: const FileSystemOptions &getFileSystemOpts() const { return FileSystemOpts; } - const StringRef getOriginalSourceFileName() { + StringRef getOriginalSourceFileName() { return OriginalSourceFile; }