Skip to content

Commit

Permalink
Delete the unused dummyBB variable (#52155)
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleAccretion authored May 1, 2021
1 parent 6b8bbdb commit 785d191
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/coreclr/jit/compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -11417,11 +11417,6 @@ extern const BYTE genActualTypes[];

/*****************************************************************************/

extern BasicBlock dummyBB;

/*****************************************************************************/
/*****************************************************************************/

// foreach_block: An iterator over all blocks in the function.
// __compiler: the Compiler* object
// __block : a BasicBlock*, already declared, that gets updated each iteration.
Expand Down

0 comments on commit 785d191

Please sign in to comment.