diff options
Diffstat (limited to 'libjava/gnu/java/nio/natLongBufferImpl.cc')
-rw-r--r-- | libjava/gnu/java/nio/natLongBufferImpl.cc | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/libjava/gnu/java/nio/natLongBufferImpl.cc b/libjava/gnu/java/nio/natLongBufferImpl.cc deleted file mode 100644 index a84248136e5..00000000000 --- a/libjava/gnu/java/nio/natLongBufferImpl.cc +++ /dev/null @@ -1,33 +0,0 @@ -// natLongBufferImpl.cc - -/* Copyright (C) 2002, 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 <gcj/cni.h> -#include <jvm.h> - -#include <gnu/java/nio/LongBufferImpl.h> - -JArray<jlong>* -gnu::java::nio::LongBufferImpl::nio_cast(JArray<jbyte>*) -{ - return NULL; -} - -void -gnu::java::nio::LongBufferImpl::nio_put_Byte(gnu::java::nio::LongBufferImpl*, jint, jint, jbyte) -{ -} - -jbyte -gnu::java::nio::LongBufferImpl::nio_get_Byte(gnu::java::nio::LongBufferImpl*, jint, jint) -{ - return 0; -} |