From 5d99c2d4d1e6c9a893d9acc3b3c24a8971432ddf Mon Sep 17 00:00:00 2001 From: Alain Magloire Date: Thu, 26 Sep 2002 19:53:08 +0000 Subject: [PATCH] Remove of uneed variables. --- core/org.eclipse.cdt.core.linux/library/spawner.c | 1 - 1 file changed, 1 deletion(-) 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);