mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 08:30:45 -08:00
; * 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];
|
int pipefd[2];
|
||||||
pthread_t thread;
|
pthread_t thread;
|
||||||
const char *java_string, *tem;
|
const char *java_string;
|
||||||
struct stat statb;
|
struct stat statb;
|
||||||
|
|
||||||
#ifdef THREADS_ENABLED
|
#ifdef THREADS_ENABLED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue