1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-09 17:25:38 +02:00

Remove of uneed variables.

This commit is contained in:
Alain Magloire 2002-09-26 19:53:08 +00:00
parent adcc89e794
commit 5d99c2d4d1

View file

@ -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);