Unverified Commit cd79b531 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

mime: fix "Value stored to 'sz' is never read" scan-build error

parent cec0734b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -719,8 +719,6 @@ static size_t readback_bytes(mime_state *state,
{
  size_t sz;

  sz = numbytes - state->offset;

  if(numbytes > state->offset) {
    sz = numbytes - state->offset;
    bytes += state->offset;