浏览代码

Removed unreachable code.

Pierre Curto 6 年之前
父节点
当前提交
b22b16cae6
共有 1 个文件被更改,包括 0 次插入2 次删除
  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
 }