diff options
author | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-01 02:48:43 +0000 |
---|---|---|
committer | Michael J. Spencer <bigcheesegs@gmail.com> | 2010-12-01 02:48:43 +0000 |
commit | 093a829951f6e1faaa2d43a0f74b7ccbf324cbb0 (patch) | |
tree | 0ce2c2e8e30b535e632ef793dc0a2876e3a9ff27 /llvm | |
parent | 8002500ee17730dadefa6922bb25ef7dc1d77058 (diff) | |
download | bcm5719-llvm-093a829951f6e1faaa2d43a0f74b7ccbf324cbb0.tar.gz bcm5719-llvm-093a829951f6e1faaa2d43a0f74b7ccbf324cbb0.zip |
Support/PathV2: Remove is_valid. It was only added because Path had it, but
apparently it is unused.
llvm-svn: 120540
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Support/PathV2.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/include/llvm/Support/PathV2.h b/llvm/include/llvm/Support/PathV2.h index c3feca7acc5..85314842dd2 100644 --- a/llvm/include/llvm/Support/PathV2.h +++ b/llvm/include/llvm/Support/PathV2.h @@ -218,14 +218,6 @@ error_code current_path(SmallVectorImpl<char> &result); // The following are purely lexical. -/// @brief Is the current path valid? -/// -/// @param path Input path. -/// @param result Set to true if the path is valid, false if it is not. -/// @results errc::success if result has been successfully set, otherwise a -/// platform specific error_code. -error_code is_valid(const Twine &path, bool &result); - /// @brief Get root name. /// /// //net/hello => //net |