aboutsummaryrefslogtreecommitdiff
path: root/libjava/java/nio/ShortBuffer.java
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/java/nio/ShortBuffer.java')
-rw-r--r--libjava/java/nio/ShortBuffer.java7
1 files changed, 0 insertions, 7 deletions
diff --git a/libjava/java/nio/ShortBuffer.java b/libjava/java/nio/ShortBuffer.java
index 6bd3de9..61097d0 100644
--- a/libjava/java/nio/ShortBuffer.java
+++ b/libjava/java/nio/ShortBuffer.java
@@ -53,13 +53,6 @@ public abstract class ShortBuffer extends Buffer
array_offset = 0;
}
- ShortBuffer (short[] buffer, int offset, int capacity, int limit, int position, int mark)
- {
- super (capacity, limit, position, mark);
- this.backing_buffer = buffer;
- this.array_offset = offset;
- }
-
/**
* Allocates a new <code>ShortBuffer</code> object with a given capacity.
*/