projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b00fc31
)
; * src/android.c (setEmacsParams): Delete unused variable.
author
Po Lu
<luangruo@yahoo.com>
Sun, 14 Jul 2024 04:51:48 +0000
(12:51 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Sun, 14 Jul 2024 04:51:48 +0000
(12:51 +0800)
src/android.c
patch
|
blob
|
history
diff --git
a/src/android.c
b/src/android.c
index 3c96867a6b519f7e66187b0d8aad95cda689acaa..4b6732694070b3d978b925891ac7fd5a4d15eeda 100644
(file)
--- a/
src/android.c
+++ b/
src/android.c
@@
-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