Skip to content

Commit

Permalink
[CodeGen] Remove unused member variable NextBlockInfo
Browse files Browse the repository at this point in the history
The last use was removed by:

  commit c9a52de
  Author: Akira Hatanaka <ahatanaka@apple.com>
  Date:   Wed Jun 3 16:41:50 2020 -0700
  • Loading branch information
kazutakahirata committed May 26, 2023
1 parent a800a4f commit b92fb33
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions clang/lib/CodeGen/CGBlocks.h
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@ class CGBlockInfo {
// This could be zero if no forced alignment is required.
CharUnits BlockHeaderForcedGapSize;

/// The next block in the block-info chain. Invalid if this block
/// info is not part of the CGF's block-info chain, which is true
/// if it corresponds to a global block or a block whose expression
/// has been encountered.
CGBlockInfo *NextBlockInfo;

void buildCaptureMap() {
for (auto &C : SortedCaptures)
Captures[C.Cap->getVariable()] = &C;
Expand Down

0 comments on commit b92fb33

Please sign in to comment.