Browse Source

Remove a dead import from the snappy code

Evan Huus 10 years ago
parent
commit
6bdcabb23e
1 changed files with 0 additions and 1 deletions
  1. 0 1
      snappy.go

+ 0 - 1
snappy.go

@@ -4,7 +4,6 @@ import (
 	"bytes"
 	"code.google.com/p/snappy-go/snappy"
 	"encoding/binary"
-	_ "fmt"
 )
 
 var snappyMagic = []byte{130, 83, 78, 65, 80, 80, 89, 0}