| Index: chrome_elf/blacklist/blacklist.cc
|
| diff --git a/chrome_elf/blacklist/blacklist.cc b/chrome_elf/blacklist/blacklist.cc
|
| index a90207e0457ca9356ba1e78aa55f464f5455dd78..5378dc6a75ee486890d271eb715483a145838b44 100644
|
| --- a/chrome_elf/blacklist/blacklist.cc
|
| +++ b/chrome_elf/blacklist/blacklist.cc
|
| @@ -281,7 +281,6 @@ bool Initialize(bool force) {
|
| // interceptors.
|
| return false;
|
| #endif
|
| -
|
| // Check to see that we found the functions we need in ntdll.
|
| if (!InitializeInterceptImports())
|
| return false;
|
| @@ -353,7 +352,6 @@ bool Initialize(bool force) {
|
| sizeof(g_thunk_storage),
|
| PAGE_EXECUTE_READ,
|
| &old_protect);
|
| -
|
| return NT_SUCCESS(ret) && page_executable;
|
| }
|
|
|
|
|