Skip to content

Commit

Permalink
Remove incorrect assertion about write lease
Browse files Browse the repository at this point in the history
Reviewed By: ricklavoie

Differential Revision: D3929578

fbshipit-source-id: d8f7d3d0d4db17d0b470b6c901275f92a543833d
  • Loading branch information
swtaarrs authored and Hhvm Bot committed Sep 27, 2016
1 parent 052de9a commit 28750e3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hphp/runtime/vm/jit/mcgen-prologue.cpp
Expand Up @@ -89,8 +89,6 @@ TCA regeneratePrologue(TransID prologueTransId, SrcKey triggerSk,
auto nArgs = rec->prologueArgs();
emittedDVInit = false;

assertx(GetWriteLease().amOwner());

func->resetPrologue(nArgs);

// If we're regenerating a prologue, and we want to check shouldTranslate()
Expand Down

0 comments on commit 28750e3

Please sign in to comment.