summaryrefslogtreecommitdiffstats
path: root/chrome_elf/ntdll_cache.h
diff options
context:
space:
mode:
authorrobliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 23:05:00 +0000
committerrobliao@chromium.org <robliao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-04 23:05:00 +0000
commit9df8c2c15d4b35c08b34277df3985d7fd8a965f5 (patch)
tree7a6c8a28885e2ed4b4bc6875780190b48582b27b /chrome_elf/ntdll_cache.h
parent0ade7e8cff8a1f223a1e8ad6e12b23c71a6651be (diff)
downloadchromium_src-9df8c2c15d4b35c08b34277df3985d7fd8a965f5.zip
chromium_src-9df8c2c15d4b35c08b34277df3985d7fd8a965f5.tar.gz
chromium_src-9df8c2c15d4b35c08b34277df3985d7fd8a965f5.tar.bz2
Revert of https://codereview.chromium.org/85403005/
Reason for revert: Breaks Chromium x64 TBR=robertshield@chromium.org,caitkp@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/105573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_elf/ntdll_cache.h')
-rw-r--r--chrome_elf/ntdll_cache.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/chrome_elf/ntdll_cache.h b/chrome_elf/ntdll_cache.h
deleted file mode 100644
index 4608cf19..0000000
--- a/chrome_elf/ntdll_cache.h
+++ /dev/null
@@ -1,15 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_ELF_NTDLL_CACHE_H_
-#define CHROME_ELF_NTDLL_CACHE_H_
-
-#include "chrome_elf/chrome_elf_types.h"
-
-// Caches the addresses of all functions exported by ntdll in |g_ntdll_lookup|.
-void InitCache();
-
-extern FunctionLookupTable g_ntdll_lookup;
-
-#endif // CHROME_ELF_NTDLL_CACHE_H_