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

Unified Diff: src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c

Issue 2659002: Remove thread refcount and remove NaClAppDtor() (Closed)
Patch Set: Fix Gyp build Created 10 years, 7 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
Index: src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c
diff --git a/src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c b/src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c
index 8f8bd6a7cbd0f4ad67f6a3a56e6509f8049b6126..d387a8f3fa16ac9abeb5fac800990dece23c208d 100644
--- a/src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c
+++ b/src/native_client/src/trusted/service_runtime/arch/x86_32/sel_addrspace_x86_32.c
@@ -79,8 +79,3 @@ NaClErrorCode NaClMprotectGuards(struct NaClApp *nap) {
return LOAD_OK;
}
-
-void NaClTeardownMprotectGuards(struct NaClApp *nap) {
- UNREFERENCED_PARAMETER(nap);
- return;
-}

Powered by Google App Engine
This is Rietveld 408576698