aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/net/natInetAddressNoNet.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/net/natInetAddressNoNet.cc')
-rw-r--r--libjava/java/net/natInetAddressNoNet.cc36
1 files changed, 0 insertions, 36 deletions
diff --git a/libjava/java/net/natInetAddressNoNet.cc b/libjava/java/net/natInetAddressNoNet.cc
deleted file mode 100644
index 0374af1..0000000
--- a/libjava/java/net/natInetAddressNoNet.cc
+++ /dev/null
@@ -1,36 +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 <stddef.h>
-
-#include <java/net/InetAddress.h>
-
-jbyteArray
-java::net::InetAddress::aton (jstring)
-{
- return NULL;
-}
-
-jint
-java::net::InetAddress::getFamily (jbyteArray bytes)
-{
- return 0;
-}
-
-JArray<java::net::InetAddress*> *
-java::net::InetAddress::lookup (jstring, java::net::InetAddress *, jboolean)
-{
- return NULL;
-}
-
-jstring
-java::net::InetAddress::getLocalHostname ()
-{
- return NULL;
-}