From 99cd1d17f514252e06364579ecc47a7fa3163298 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Fri, 8 Jun 2018 14:53:52 +0000 Subject: [PATCH] Fix Wdocumentation warning for unknown param. NFCI. llvm-svn: 334291 --- include/llvm/Support/FileSystem.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/llvm/Support/FileSystem.h b/include/llvm/Support/FileSystem.h index a17a9f51036..11622aa52f8 100644 --- a/include/llvm/Support/FileSystem.h +++ b/include/llvm/Support/FileSystem.h @@ -876,8 +876,6 @@ std::error_code openFile(const Twine &Name, int &ResultFD, /// finished with it. /// /// @param Name The path of the file to open, relative or absolute. -/// @param ResultFD If the file could be opened successfully, its descriptor -/// is stored in this location. Otherwise, this is set to -1. /// @param Disp Value specifying the existing-file behavior. /// @param Access Value specifying whether to open the file in read, write, or /// read-write mode.