Index: src/trusted/service_runtime/nacl_error_log_hook.c |
diff --git a/src/trusted/service_runtime/nacl_error_log_hook.c b/src/trusted/service_runtime/nacl_error_log_hook.c |
index 40c60cb4cd84b30acc302007f1ec60f939a39bc1..f8b5d1ae152af9883fb9a97b1eb6630c67ad9333 100644 |
--- a/src/trusted/service_runtime/nacl_error_log_hook.c |
+++ b/src/trusted/service_runtime/nacl_error_log_hook.c |
@@ -34,7 +34,6 @@ static void NaClReportLogMessages(void) { |
(*g_NaCl_log_abort_fn)(g_NaCl_log_abort_state, |
log_data, log_data_bytes); |
} |
- NaClAbort(); |
} |
void NaClErrorLogHookInit(void (*hook)(void *state, |