ctf: Remove deprecated methods
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core / src / org / eclipse / tracecompass / ctf / core / event / io / BitBuffer.java
index 6825ac6effc9da479c36da9b04af5cb02e9654ee..3dde68f85185a402af9830b5b75777a5461519d4 100644 (file)
@@ -639,24 +639,6 @@ public final class BitBuffer {
         return fPosition;
     }
 
-    /**
-     * Sets the byte buffer
-     *
-     * @param buf
-     *            the byte buffer
-     */
-    @Deprecated
-    public void setByteBuffer(ByteBuffer buf) {
-        /*
-         * to avoid "The method setByteBuffer(ByteBuffer) from the type
-         * BitBuffer can be declared as static"
-         */
-        long data = fPosition;
-        fPosition = data;
-        throw new UnsupportedOperationException("Bytebuffers are now final"); //$NON-NLS-1$
-
-    }
-
     /**
      * Gets the byte buffer
      *
This page took 0.024547 seconds and 5 git commands to generate.