fix build

git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1089143 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jonathan Ellis 2011-04-05 17:41:30 +00:00
parent a25f730005
commit edc2dafdf4
1 changed files with 0 additions and 5 deletions

View File

@ -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());