chore(h1): remove accidental BufDeque::bytes code

This commit is contained in:
Sean McArthur
2018-02-06 16:14:09 -08:00
parent b0aa649725
commit a821a366f1

View File

@@ -517,9 +517,6 @@ impl<T: Buf> Buf for BufDeque<T> {
return buf.bytes(); return buf.bytes();
} }
} }
if let Some(ref buf) = self.bufs.front() {
return buf.bytes();
}
&[] &[]
} }