diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 18:05:00 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-10-11 18:05:00 +0000 |
commit | 0fbfc668d4f4c391899047cf70aae4e4c630f2fc (patch) | |
tree | 3e91d3ef4567ffa81cf4a9c10edd25a778dadc32 /libjava/gnu/java/nio | |
parent | e95addcda5341dfee5599f8347c30f58ae3a8be6 (diff) | |
download | gcc-0fbfc668d4f4c391899047cf70aae4e4c630f2fc.tar.gz |
Really remove it.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72346 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/java/nio')
-rw-r--r-- | libjava/gnu/java/nio/natServerSocketChannelImpl.cc | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/libjava/gnu/java/nio/natServerSocketChannelImpl.cc b/libjava/gnu/java/nio/natServerSocketChannelImpl.cc deleted file mode 100644 index a4b1ba4df01..00000000000 --- 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 <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); -} |