Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(303)

Unified Diff: src/trusted/service_runtime/arch/arm/sel_ldr_arm.h

Issue 10919217: ARM: Remove prototype of non-existent NaClGetThreadCombinedDescriptor() (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Tidy more Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
diff --git a/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h b/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
index a03c97666c1dfcc5bece0e2ad2e3e968f7379a9c..04e791e0127dacb92369ab4a97a7ea4302928faa 100644
--- a/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
+++ b/src/trusted/service_runtime/arch/arm/sel_ldr_arm.h
@@ -29,12 +29,4 @@
#endif /* defined(NACL_TARGET_ARM_THUMB2_MODE) */
#define NACL_HALT_WORD NACL_HALT_OPCODE
-struct NaClApp;
-struct NaClThreadContext;
-
-uint32_t NaClGetThreadCombinedDescriptor(struct NaClThreadContext *user);
-
-void NaClSetThreadCombinedDescriptor(struct NaClThreadContext *user,
- uint32_t tls_idx);
-
#endif /* SERVICE_RUNTIME_ARCH_ARM_SEL_LDR_H__ */
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698