Skip to content
Snippets Groups Projects
Commit 27c3db32 authored by peter klausler's avatar peter klausler
Browse files

[flang] Remove unused variable

Fixes the clang build of flang/runtime/transformational.cpp.
parent 4cb42564
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,6 @@ void RTNAME(EoshiftVector)(Descriptor &result, const Descriptor &source,
SubscriptValue extent{source.GetDimension(0).Extent()};
std::size_t elementLen{
AllocateResult(result, source, 1, &extent, terminator, "EOSHIFT")};
std::optional<int> blankFill; // kind of character
if (boundary) {
RUNTIME_CHECK(terminator, boundary->rank() == 0);
RUNTIME_CHECK(terminator,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment