diff options
author | Andrew Haley <aph@redhat.com> | 2016-09-30 16:24:48 +0000 |
---|---|---|
committer | Andrew Haley <aph@gcc.gnu.org> | 2016-09-30 16:24:48 +0000 |
commit | 07b78716af6a9d7c9fd1e94d9baf94a52c873947 (patch) | |
tree | 3f22b3241c513ad168c8353805614ae1249410f4 /libjava/java/net/natVMInetAddressNoNet.cc | |
parent | eae993948bae8b788c53772bcb9217c063716f93 (diff) | |
download | gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.zip gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.gz gcc-07b78716af6a9d7c9fd1e94d9baf94a52c873947.tar.bz2 |
Makefile.def: Remove libjava.
2016-09-30 Andrew Haley <aph@redhat.com>
* Makefile.def: Remove libjava.
* Makefile.tpl: Likewise.
* Makefile.in: Regenerate.
* configure.ac: Likewise.
* configure: Likewise.
* gcc/java: Remove.
* libjava: Likewise.
From-SVN: r240662
Diffstat (limited to 'libjava/java/net/natVMInetAddressNoNet.cc')
-rw-r--r-- | libjava/java/net/natVMInetAddressNoNet.cc | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/libjava/java/net/natVMInetAddressNoNet.cc b/libjava/java/net/natVMInetAddressNoNet.cc deleted file mode 100644 index fd8303b..0000000 --- a/libjava/java/net/natVMInetAddressNoNet.cc +++ /dev/null @@ -1,40 +0,0 @@ -/* Copyright (C) 2003, 2006 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> - -jstring -java::net::VMInetAddress::getLocalHostname () -{ - return NULL; -} - -jbyteArray -java::net::VMInetAddress::lookupInaddrAny () -{ - return NULL; -} - -jstring -java::net::VMInetAddress::getHostByAddr (jbyteArray addr) -{ - return NULL; -} - -JArray<jbyteArray> * -java::net::VMInetAddress::getHostByName (jstring host) -{ - return NULL; -} - -jbyteArray -java::net::VMInetAddress::aton (jstring host) -{ - return NULL; -} |