diff options
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 |