Remove unused global variable.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2526 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/stage1.c b/coregrind/stage1.c
index abc722e..4d50c49 100644
--- a/coregrind/stage1.c
+++ b/coregrind/stage1.c
@@ -47,7 +47,6 @@
#include "ume_archdefs.h"
static int stack[SIGSTKSZ*4];
-static int our_argc;
/* Where we expect to find all our aux files (namely, stage2) */
static const char *valgrind_lib = VG_LIBDIR;
@@ -217,8 +216,6 @@
assert(ume_exec_esp != NULL);
- our_argc = argc;
-
/* Set the address space limit as high as it will go, since we make
a lot of very large mappings. */
getrlimit(RLIMIT_AS, &rlim);