; * src/android.c (setEmacsParams): Delete unused variable.
This commit is contained in:
parent
b00fc31dd1
commit
c56e837a10
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ NATIVE_NAME (setEmacsParams) (JNIEnv *env, jobject object,
|
|||
|
||||
int pipefd[2];
|
||||
pthread_t thread;
|
||||
const char *java_string, *tem;
|
||||
const char *java_string;
|
||||
struct stat statb;
|
||||
|
||||
#ifdef THREADS_ENABLED
|
||||
|
|
Loading…
Add table
Reference in a new issue