diff --git a/flang/include/flang/Optimizer/Builder/Runtime/Command.h b/flang/include/flang/Optimizer/Builder/Runtime/Command.h index 5234e49908ad3b..0d60a367d99981 100644 --- a/flang/include/flang/Optimizer/Builder/Runtime/Command.h +++ b/flang/include/flang/Optimizer/Builder/Runtime/Command.h @@ -53,7 +53,6 @@ mlir::Value genGetEnvVariable(fir::FirOpBuilder &, mlir::Location, mlir::Value length, mlir::Value trimName, mlir::Value errmsg); - /// Generate a call to the GetCwd runtime function which implements /// the GETCWD intrinsic. mlir::Value genGetCwd(fir::FirOpBuilder &builder, mlir::Location loc,