diff options
author | Ted Kremenek <kremenek@apple.com> | 2008-04-07 22:01:32 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2008-04-07 22:01:32 +0000 |
commit | 9b01cc0ede3bfef32ce46159670dedc3e9769a64 (patch) | |
tree | db65b3617c28ba9aa88c3f60781f477c516c97d2 /include | |
parent | cf55c8e221c1d31a361f99ee49078d261cdf431c (diff) | |
download | external_llvm-9b01cc0ede3bfef32ce46159670dedc3e9769a64.zip external_llvm-9b01cc0ede3bfef32ce46159670dedc3e9769a64.tar.gz external_llvm-9b01cc0ede3bfef32ce46159670dedc3e9769a64.tar.bz2 |
Make getDirnameSep a static method (not part of Path's interface).
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/System/Path.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/System/Path.h b/include/llvm/System/Path.h index 5846fa9..36b48e7 100644 --- a/include/llvm/System/Path.h +++ b/include/llvm/System/Path.h @@ -571,13 +571,6 @@ namespace sys { /// MemoryBuffer::getFile instead. static void UnMapFilePages(const char *Base, uint64_t FileSize); - - /// @} - /// @name Internal methods. - /// @{ - protected: - std::string getDirnameCharSep(char Sep) const; - /// @} /// @name Data /// @{ |