Przeglądaj źródła

Removed unreachable code.

Pierre Curto 6 lat temu
rodzic
commit
b22b16cae6
1 zmienionych plików z 0 dodań i 2 usunięć
  1. 0 2
      decode_other.go

+ 0 - 2
decode_other.go

@@ -90,6 +90,4 @@ func decodeBlock(dst, src []byte) (ret int) {
 		}
 		di += copy(dst[di:di+mLen], expanded[:mLen])
 	}
-
-	return di
 }