From: Michael Koch Date: Sat, 11 Oct 2003 18:05:00 +0000 (+0000) Subject: Really remove it. X-Git-Tag: releases/gcc-3.4.0~3113 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1b2bfbc218abba92181ad9287deea23209481bca;p=thirdparty%2Fgcc.git Really remove it. From-SVN: r72346 --- diff --git a/libjava/gnu/java/nio/natServerSocketChannelImpl.cc b/libjava/gnu/java/nio/natServerSocketChannelImpl.cc deleted file mode 100644 index a4b1ba4df017..000000000000 --- a/libjava/gnu/java/nio/natServerSocketChannelImpl.cc +++ /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 -#include - -#include -#include - -#include -#include -#include - -void -gnu::java::nio::ServerSocketChannelImpl::initServerSocket() -{ - serverSocket = new ::java::net::ServerSocket (impl); -}