From 0fb32473360ac0abf6aeb53e6d0a1146ff7b85e5 Mon Sep 17 00:00:00 2001 From: Michael Koch Date: Fri, 23 Apr 2004 05:51:19 +0000 Subject: 2004-04-23 Michael Koch * gnu/java/nio/channels/FileChannelImpl.java (SET, CUR): Unused, removed. --- gnu/java/nio/channels/FileChannelImpl.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'gnu/java/nio') diff --git a/gnu/java/nio/channels/FileChannelImpl.java b/gnu/java/nio/channels/FileChannelImpl.java index 180b98da1..2aeadfc3f 100644 --- a/gnu/java/nio/channels/FileChannelImpl.java +++ b/gnu/java/nio/channels/FileChannelImpl.java @@ -60,13 +60,8 @@ import java.nio.channels.WritableByteChannel; * Instances of this class are created by invoking getChannel * Upon a Input/Output/RandomAccessFile object. */ - public final class FileChannelImpl extends FileChannel { - // These are WHENCE values for seek. -// public static final int SET = 0; -// public static final int CUR = 1; - // These are mode values for open(). public static final int READ = 1; public static final int WRITE = 2; -- cgit v1.2.1