Revert the changes of native binaries

This commit is contained in:
Takeshi YAMAMURO 2016-04-02 15:09:35 +09:00
parent 7a96d1fee9
commit f94765b939
3 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@ public class SnappyNative
public native int rawUncompress(Object input, int inputOffset, int inputLength, Object output, int outputOffset)
throws IOException;
// Returns the maximal size of the compressed representation of
// input data that is "source_bytes" bytes in length;
public native int maxCompressedLength(int source_bytes);