mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Remove declared but not implemented function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193637 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d59761480e
commit
8b1d5e2052
@ -639,17 +639,6 @@ error_code openFileForWrite(const Twine &Name, int &ResultFD, OpenFlags Flags,
|
||||
|
||||
error_code openFileForRead(const Twine &Name, int &ResultFD);
|
||||
|
||||
/// @brief Canonicalize path.
|
||||
///
|
||||
/// Sets result to the file system's idea of what path is. The result is always
|
||||
/// absolute and has the same capitalization as the file system.
|
||||
///
|
||||
/// @param path Input path.
|
||||
/// @param result Set to the canonicalized version of \a path.
|
||||
/// @returns errc::success if result has been successfully set, otherwise a
|
||||
/// platform specific error_code.
|
||||
error_code canonicalize(const Twine &path, SmallVectorImpl<char> &result);
|
||||
|
||||
/// @brief Are \a path's first bytes \a magic?
|
||||
///
|
||||
/// @param path Input path.
|
||||
|
Loading…
x
Reference in New Issue
Block a user