Index: src/trusted/service_runtime/sel_main_chrome.c |
diff --git a/src/trusted/service_runtime/sel_main_chrome.c b/src/trusted/service_runtime/sel_main_chrome.c |
index b699368eb49702ecc289207abd24ff9b4c2cacc2..9d95a932b4877733dd074db4aa14f6e689e1f2be 100644 |
--- a/src/trusted/service_runtime/sel_main_chrome.c |
+++ b/src/trusted/service_runtime/sel_main_chrome.c |
@@ -298,21 +298,6 @@ static int LoadApp(struct NaClApp *nap, struct NaClChromeMainArgs *args) { |
NaClDescUnref(args->nexe_desc); |
args->nexe_desc = NULL; |
- if (has_bootstrap_channel) { |
- NACL_FI_FATAL("BeforeSecureCommandChannel"); |
- /* |
- * Spawns a thread that uses the command channel. |
- * Hereafter any changes to nap should be done while holding locks. |
- */ |
- NaClSecureCommandChannel(nap); |
- |
- NaClLog(4, "NaClSecureCommandChannel has spawned channel\n"); |
- |
- NaClLog(4, "secure service = %"NACL_PRIxPTR"\n", |
- (uintptr_t) nap->secure_service); |
- |
- } |
- |
NACL_FI_FATAL("BeforeLoadIrt"); |
/* |