remove unused import

This commit is contained in:
Taro L. Saito 2020-06-26 00:10:40 -07:00
parent cbe9a091e7
commit eb341bf08f
No known key found for this signature in database
GPG Key ID: 42575E0CCD6BA16A
1 changed files with 0 additions and 2 deletions

View File

@ -24,8 +24,6 @@
//--------------------------------------
package org.xerial.snappy;
import org.xerial.snappy.pure.PureJavaSnappy;
import java.io.IOException;
import java.io.InputStream;
import java.io.UnsupportedEncodingException;