Really remove it.

From-SVN: r72346
This commit is contained in:
Michael Koch 2003-10-11 18:05:00 +00:00
parent 51914674f4
commit 1b2bfbc218
1 changed files with 0 additions and 25 deletions

View File

@ -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);
}