Cleanup dead line

This commit is contained in:
Tangent 128 2017-08-07 00:56:18 -04:00
parent ff4c2d796e
commit 2ecedf795d
1 changed files with 0 additions and 1 deletions

View File

@ -81,7 +81,6 @@ fn decode_simple_block(bytes: &[u8]) -> Result<WebmElement, Error> {
}
pub fn encode_webm_element<T: Write + Seek>(element: WebmElement, output: &mut T) -> IoResult<()> {
let mut start = 0;
match element {
WebmElement::EbmlHead => {
encode_element(EBML_HEAD_ID, output, |output| {