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

Unified Diff: ports/ipython-ppapi/kernel.cc

Issue 907563002: Simplify cli_main (Closed) Base URL: https://chromium.googlesource.com/external/naclports.git@master
Patch Set: Created 5 years, 10 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 | « ports/grep/nacl.patch ('k') | ports/libgit2-demo/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/ipython-ppapi/kernel.cc
diff --git a/ports/ipython-ppapi/kernel.cc b/ports/ipython-ppapi/kernel.cc
index 088ce622721bff48f5177f2001421cb72f5b79a7..98d9667322afef91c2730af287340ea5dc2111c8 100644
--- a/ports/ipython-ppapi/kernel.cc
+++ b/ports/ipython-ppapi/kernel.cc
@@ -26,8 +26,6 @@
#endif
/* TODO(bradnelson): Switch ipython to use cli_main and drop this. */
-int nacl_spawn_pid = -1;
-int nacl_spawn_ppid = -1;
static int setup_unix_environment() {
int ret = umount("/");
« no previous file with comments | « ports/grep/nacl.patch ('k') | ports/libgit2-demo/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698