diff options
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 (); |