aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc')
-rw-r--r--gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc b/gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc
deleted file mode 100644
index eda7f99f0..000000000
--- a/gcc-4.2.1/libjava/java/net/natVMNetworkInterfaceNoNet.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-/* Copyright (C) 2003, 2005 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 <java/net/SocketException.h>
-#include <java/net/VMNetworkInterface.h>
-#include <java/util/Vector.h>
-
-::java::util::Vector*
-java::net::VMNetworkInterface::getInterfaces ()
-{
- throw new SocketException (
- JvNewStringLatin1 ("VMNetworkInterface.getInterfaces: unimplemented"));
-}