summaryrefslogtreecommitdiff
path: root/libjava/gnu/java/nio/natShortBufferImpl.cc
diff options
context:
space:
mode:
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-09 19:16:54 +0000
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>2003-05-09 19:16:54 +0000
commit15cd7f8bb1ec0dcaae233926c9bbdfa7a468ae61 (patch)
tree714d25ae19e517dedb609b059a691f9245caf758 /libjava/gnu/java/nio/natShortBufferImpl.cc
parentbeb7704616f3c6c7ed8853a47683c83b43a84051 (diff)
downloadgcc-15cd7f8bb1ec0dcaae233926c9bbdfa7a468ae61.tar.gz
* Makefile.in: Rebuilt.
* Makefile.am (nat_source_files): Removed old files. * gnu/java/nio/natDoubleBufferImpl.cc: Removed. * gnu/java/nio/natFloatBufferImpl.cc: Removed. * gnu/java/nio/natIntBufferImpl.cc: Removed. * gnu/java/nio/natLongBufferImpl.cc: Removed. * gnu/java/nio/natShortBufferImpl.cc: Removed. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66640 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/gnu/java/nio/natShortBufferImpl.cc')
-rw-r--r--libjava/gnu/java/nio/natShortBufferImpl.cc33
1 files changed, 0 insertions, 33 deletions
diff --git a/libjava/gnu/java/nio/natShortBufferImpl.cc b/libjava/gnu/java/nio/natShortBufferImpl.cc
deleted file mode 100644
index 188bff9575e..00000000000
--- a/libjava/gnu/java/nio/natShortBufferImpl.cc
+++ /dev/null
@@ -1,33 +0,0 @@
-// natShortBufferImpl.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/ShortBufferImpl.h>
-
-JArray<jshort>*
-gnu::java::nio::ShortBufferImpl::nio_cast(JArray<jbyte>*)
-{
- return NULL;
-}
-
-void
-gnu::java::nio::ShortBufferImpl::nio_put_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint, jbyte)
-{
-}
-
-jbyte
-gnu::java::nio::ShortBufferImpl::nio_get_Byte(gnu::java::nio::ShortBufferImpl*, jint, jint)
-{
- return 0;
-}