fix clippy warnings
[nihav.git] / nihav-duck / src / codecs / vp6.rs
index 4bbf4c91cee35bddb6e0c34eb97b010b055d2f5d..916711cddbc00b5392b75c4f1c7f6b28ba257f7e 100644 (file)
@@ -54,7 +54,6 @@ impl VP56Parser for VP6BR {
             hdr.multistream = true;
         }
         let bytes = br.tell() >> 3;
-        std::mem::drop(br);
         bc.skip_bytes(bytes);
         self.loop_mode = 0;
         if hdr.is_intra {