mirror of https://github.com/apache/cassandra
fix build
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1089143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a25f730005
commit
edc2dafdf4
|
|
@ -415,11 +415,6 @@ public class ByteBufferUtil
|
|||
return bytes.getLong(bytes.position());
|
||||
}
|
||||
|
||||
public static long toLong(ByteBuffer bytes)
|
||||
{
|
||||
return bytes.getLong(bytes.position());
|
||||
}
|
||||
|
||||
public static float toFloat(ByteBuffer bytes)
|
||||
{
|
||||
return bytes.getFloat(bytes.position());
|
||||
|
|
|
|||
Loading…
Reference in New Issue