Skip to content

Commit

Permalink
Bug 1286306 - Remove temporary assertion now that we have a test. r=a…
Browse files Browse the repository at this point in the history
…klotz

MozReview-Commit-ID: Cg2MjRGIjCO
  • Loading branch information
jmathies committed Aug 11, 2016
1 parent a974d90 commit 954d619
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mozglue/build/WindowsDllBlocklist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -764,8 +764,6 @@ DllBlocklist_Initialize()
if (GetModuleHandleA("user32.dll")) {
sUser32BeforeBlocklist = true;
}
// Catch any missing DELAYLOADS for user32.dll
MOZ_ASSERT(!sUser32BeforeBlocklist);

NtDllIntercept.Init("ntdll.dll");

Expand Down

0 comments on commit 954d619

Please sign in to comment.