Browse Source

Removed unreachable code.

Pierre Curto 6 năm trước cách đây
mục cha
commit
b22b16cae6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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
 }