소스 검색

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
 }