Skip to content

Commit

Permalink
Remove QRELOAD_DROP
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Young <[email protected]>
  • Loading branch information
rwy7 committed Jul 12, 2018
1 parent af93519 commit c42bc5e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions b9/src/MethodBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,6 @@ void MethodBuilder::defineFunctions() {
globalTypes().executionContextPtr);
}

#define QRELOAD_DROP(b, toDrop) \
if (cfg_.lazyVmState) getVmState(b)->Drop(b, toDrop);

bool MethodBuilder::inlineProgramIntoBuilder(
const std::size_t functionIndex, bool isTopLevel,
TR::BytecodeBuilder *currentBuilder,
Expand Down

0 comments on commit c42bc5e

Please sign in to comment.