forked from OSchip/llvm-project
Support/PathV2: Remove is_valid. It was only added because Path had it, but
apparently it is unused. llvm-svn: 120540
This commit is contained in:
parent
8002500ee1
commit
093a829951
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue