diff --git a/src/improv.rs b/src/improv.rs
index 893dbf6..71067c0 100644
--- a/src/improv.rs
+++ b/src/improv.rs
@@ -145,8 +145,6 @@ impl ImprovPacket {
             }
         }
 
-        let data: Vec<u8> = Vec::new();
-
         let length: usize = bytes[8].into();
 
         if bytes.len() != length + 10 {