Browse Source

Removed unreachable code.

Pierre Curto 6 years ago
parent
commit
b22b16cae6
1 changed files with 0 additions and 2 deletions
  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])
 		di += copy(dst[di:di+mLen], expanded[:mLen])
 	}
 	}
-
-	return di
 }
 }