summaryrefslogtreecommitdiffstats
path: root/libjava/java/net/natNetworkInterfaceNoNet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/natNetworkInterfaceNoNet.cc')
-rw-r--r--libjava/java/net/natNetworkInterfaceNoNet.cc21
1 files changed, 0 insertions, 21 deletions
diff --git a/libjava/java/net/natNetworkInterfaceNoNet.cc b/libjava/java/net/natNetworkInterfaceNoNet.cc
deleted file mode 100644
index 5f3c5089221..00000000000
--- a/libjava/java/net/natNetworkInterfaceNoNet.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-/* 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 <java/net/NetworkInterface.h>
-#include <java/net/SocketException.h>
-#include <java/util/Vector.h>
-
-::java::util::Vector*
-java::net::NetworkInterface::getRealNetworkInterfaces ()
-{
- throw new SocketException (
- JvNewStringLatin1 ("NetworkInterface.getrealNetworkInterfaces: unimplemented"));
-}
OpenPOWER on IntegriCloud