Skip to content

Commit

Permalink
[flang][openacc] Remove unused variable
Browse files Browse the repository at this point in the history
Fix buildbot failure after landing D149385
  • Loading branch information
clementval committed May 1, 2023
1 parent d69518b commit d756f8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flang/lib/Lower/OpenACC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ genDataOperandOperations(const Fortran::parser::AccObjectList &objectList,
const auto *dataRef =
std::get_if<Fortran::parser::DataRef>(&designator.u);
mlir::Value addr;
mlir::Value baseAddr;
std::stringstream asFortran;
fir::ExtendedValue dataExv;
if (Fortran::parser::Unwrap<
Expand Down

0 comments on commit d756f8a

Please sign in to comment.