diff options
author | Anders Carlsson <andersca@mac.com> | 2011-03-14 01:13:54 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2011-03-14 01:13:54 +0000 |
commit | 2e2468e2d2ccbb9a38fe3b6b754009af7e5d39a9 (patch) | |
tree | 9294460a0d3fdefdbcd66a57fb2118434dac407f /include/clang/Basic/FileManager.h | |
parent | 4597b7b28e3a71f3c4f0ee3a3bd6a34423e6f885 (diff) |
Get rid of the static FileManager::FixupRelativePath.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127573 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/FileManager.h')
-rw-r--r-- | include/clang/Basic/FileManager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/clang/Basic/FileManager.h b/include/clang/Basic/FileManager.h index d14371d7a8..57f7d71660 100644 --- a/include/clang/Basic/FileManager.h +++ b/include/clang/Basic/FileManager.h @@ -197,9 +197,6 @@ public: /// \brief If path is not absolute and FileSystemOptions set the working /// directory, the path is modified to be relative to the given /// working directory. - static void FixupRelativePath(llvm::SmallVectorImpl<char> &path, - const FileSystemOptions &FSOpts); - void FixupRelativePath(llvm::SmallVectorImpl<char> &path) const; /// \brief Produce an array mapping from the unique IDs assigned to each |