Explorar el Código

Removed unreachable code.

Pierre Curto hace 6 años
padre
commit
b22b16cae6
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  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
 }