; * src/android.c (setEmacsParams): Delete unused variable.
authorPo Lu <luangruo@yahoo.com>
Sun, 14 Jul 2024 04:51:48 +0000 (12:51 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 14 Jul 2024 04:51:48 +0000 (12:51 +0800)
src/android.c

index 3c96867a6b519f7e66187b0d8aad95cda689acaa..4b6732694070b3d978b925891ac7fd5a4d15eeda 100644 (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