]> git.eshelyaron.com Git - emacs.git/commitdiff
; * src/android.c (android_open): Clean up unused variables.
authorPo Lu <luangruo@yahoo.com>
Sat, 25 Feb 2023 12:17:59 +0000 (20:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 25 Feb 2023 12:17:59 +0000 (20:17 +0800)
src/android.c

index 40d6234d508f6785949d59eada1a31bdac579f97..50871c9498792a291a6cfd820552a8c78c749edb 100644 (file)
@@ -1413,7 +1413,6 @@ android_open (const char *filename, int oflag, int mode)
   const char *name;
   AAsset *asset;
   int fd;
-  off_t out_start, out_length;
   size_t length;
   jobject string;