Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2002-09-26 19:53:08 +0000
committerAlain Magloire2002-09-26 19:53:08 +0000
commit5d99c2d4d1e6c9a893d9acc3b3c24a8971432ddf (patch)
tree20a4530e1369610ea48bd106f609e7fe16c4441c
parentadcc89e794d83c05286f3fd7a448aa2824198cc8 (diff)
downloadorg.eclipse.cdt-5d99c2d4d1e6c9a893d9acc3b3c24a8971432ddf.tar.gz
org.eclipse.cdt-5d99c2d4d1e6c9a893d9acc3b3c24a8971432ddf.tar.xz
org.eclipse.cdt-5d99c2d4d1e6c9a893d9acc3b3c24a8971432ddf.zip
Remove of uneed variables.
-rw-r--r--core/org.eclipse.cdt.core.linux/library/spawner.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core.linux/library/spawner.c b/core/org.eclipse.cdt.core.linux/library/spawner.c
index de2a9f8f3b8..58bf85a74ed 100644
--- a/core/org.eclipse.cdt.core.linux/library/spawner.c
+++ b/core/org.eclipse.cdt.core.linux/library/spawner.c
@@ -80,7 +80,6 @@ Java_org_eclipse_cdt_utils_spawner_Spawner_exec1(JNIEnv * env, jobject jobj,
const char *dirpath = (*env)->GetStringUTFChars(env, jdir, NULL);
char **cmd;
char **envp;
- int fd[3];
pid_t pid = -1;
cmd = alloc_c_array(env, jcmd);

Back to the top