]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/android.c (setEmacsParams): Delete unused variable.
authorPo Lu <luangruo@yahoo.com>
Sun, 14 Jul 2024 04:51:48 +0000 (12:51 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 17 Jul 2024 17:39:06 +0000 (19:39 +0200)
(cherry picked from commit c56e837a10eb34cbe04da8f2c16ebcae7f70704b)

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