no more C in transfer.go

This commit is contained in:
Sebastian Zagrodzki
2017-02-23 10:46:04 +01:00
parent bf3b23ccd2
commit 81e9253f49

View File

@@ -23,9 +23,6 @@ import (
"unsafe" "unsafe"
) )
// #include <libusb.h>
import "C"
type usbTransfer struct { type usbTransfer struct {
// mu protects the transfer state. // mu protects the transfer state.
mu sync.Mutex mu sync.Mutex