diff options
| author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-03-31 21:13:49 +0000 |
|---|---|---|
| committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-03-31 21:13:49 +0000 |
| commit | 9a7689db91898a73ee0318ba9b2e06fc1d33713e (patch) | |
| tree | b9b71845fad1aafbf9f733c57f7c688eb7802f9a /llvm/include | |
| parent | 4d71160d5d0320b958529a86ee22255a1ec34b11 (diff) | |
| download | bcm5719-llvm-9a7689db91898a73ee0318ba9b2e06fc1d33713e.tar.gz bcm5719-llvm-9a7689db91898a73ee0318ba9b2e06fc1d33713e.zip | |
Wdocumentation parameter fix
llvm-svn: 265055
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Support/FileSystem.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Support/FileSystem.h b/llvm/include/llvm/Support/FileSystem.h index 0c2ac3fb893..c7c05378c7a 100644 --- a/llvm/include/llvm/Support/FileSystem.h +++ b/llvm/include/llvm/Support/FileSystem.h @@ -655,8 +655,6 @@ std::error_code getUniqueID(const Twine Path, UniqueID &Result); /// Note: Windows reports results according to the quota allocated to the user. /// /// @param Path Input path. -/// @param SpaceInfo Set to the capacity, free, and available space on the -/// device \a Path is on. /// @results errc::success if result has been successfully set, otherwise a /// platform specific error_code. ErrorOr<space_info> disk_space(const Twine Path); |

