; * src/android.c (setEmacsParams): Delete unused variable.

This commit is contained in:
Po Lu 2024-07-14 12:51:48 +08:00
parent b00fc31dd1
commit c56e837a10

View file

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