Skip to content

Commit a09d7ec

Browse files
committed
Fix unused var
1 parent af81b47 commit a09d7ec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fou_linux.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ func (h *Handle) FouList(fam int) ([]Fou, error) {
172172
func deserializeFouMsg(msg []byte) (Fou, error) {
173173
// we'll skip to byte 4 to first attribute
174174
msg = msg[3:]
175-
var shift int
176175
fou := Fou{}
177176

178177
for {

0 commit comments

Comments
 (0)