diff options
| author | Po Lu | 2024-05-11 14:34:32 +0800 |
|---|---|---|
| committer | Po Lu | 2024-05-11 14:34:32 +0800 |
| commit | 3ff83246c86a64600712b48631b900d23c806244 (patch) | |
| tree | 2b57dda0d9e6a1a72301620279ba98bea7af7cc4 /java | |
| parent | 41bfca00051b590c24fca9e8614b67724fab272d (diff) | |
| download | emacs-3ff83246c86a64600712b48631b900d23c806244.tar.gz emacs-3ff83246c86a64600712b48631b900d23c806244.zip | |
Delete unused functions
* java/org/gnu/emacs/EmacsNative.java (dup, close):
* src/android.c (dup, close): Delete functions no longer
referenced.
Diffstat (limited to 'java')
| -rw-r--r-- | java/org/gnu/emacs/EmacsNative.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/java/org/gnu/emacs/EmacsNative.java b/java/org/gnu/emacs/EmacsNative.java index b2764edad10..97415fcb876 100644 --- a/java/org/gnu/emacs/EmacsNative.java +++ b/java/org/gnu/emacs/EmacsNative.java | |||
| @@ -36,12 +36,6 @@ public final class EmacsNative | |||
| 36 | private static final String[] libraryDeps; | 36 | private static final String[] libraryDeps; |
| 37 | 37 | ||
| 38 | 38 | ||
| 39 | /* Like `dup' in C. */ | ||
| 40 | public static native int dup (int fd); | ||
| 41 | |||
| 42 | /* Like `close' in C. */ | ||
| 43 | public static native int close (int fd); | ||
| 44 | |||
| 45 | /* Obtain the fingerprint of this build of Emacs. The fingerprint | 39 | /* Obtain the fingerprint of this build of Emacs. The fingerprint |
| 46 | can be used to determine the dump file name. */ | 40 | can be used to determine the dump file name. */ |
| 47 | public static native String getFingerprint (); | 41 | public static native String getFingerprint (); |