Skip to content

Commit 03f4400

Browse files
committed
remove another functional change
1 parent 7d07f66 commit 03f4400

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

flang/lib/Semantics/compute-offsets.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ void ComputeOffsetsHelper::DoCommonBlock(Symbol &commonBlock) {
283283
} else {
284284
eqIter = equivalenceBlock_.find(base);
285285
base.get<ObjectEntityDetails>().set_commonBlock(commonBlock);
286-
CHECK(symbol.offsetOpt().has_value());
287286
base.set_offset(symbol.offset() - dep.offset);
288287
previous.emplace(base);
289288
}

0 commit comments

Comments
 (0)