Really remove it.
authorMichael Koch <mkoch@gcc.gnu.org>
Sat, 11 Oct 2003 18:05:00 +0000 (18:05 +0000)
committerMichael Koch <mkoch@gcc.gnu.org>
Sat, 11 Oct 2003 18:05:00 +0000 (18:05 +0000)
From-SVN: r72346

libjava/gnu/java/nio/natServerSocketChannelImpl.cc [deleted file]

diff --git a/libjava/gnu/java/nio/natServerSocketChannelImpl.cc b/libjava/gnu/java/nio/natServerSocketChannelImpl.cc
deleted file mode 100644 (file)
index a4b1ba4..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-// natServerSocketChannelImpl.cc
-
-/* Copyright (C) 2003  Free Software Foundation
-
-   This file is part of libgcj.
-
-This software is copyrighted work licensed under the terms of the
-Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
-details.  */
-
-#include <config.h>
-#include <platform.h>
-
-#include <errno.h>
-#include <string.h>
-
-#include <gnu/java/net/PlainSocketImpl.h>
-#include <gnu/java/nio/ServerSocketChannelImpl.h>
-#include <java/net/ServerSocket.h>
-
-void
-gnu::java::nio::ServerSocketChannelImpl::initServerSocket()
-{
-  serverSocket = new ::java::net::ServerSocket (impl);
-}