Remove defunct and dead try_read
This commit is contained in:
parent
65632e9f42
commit
3032da8b1b
|
@ -334,16 +334,6 @@ impl Message {
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Try to read `self` from the given `reader`.
|
|
||||||
#[allow(dead_code)]
|
|
||||||
fn try_read<R: io::Read>(
|
|
||||||
_reader: R,
|
|
||||||
_magic: Magic,
|
|
||||||
_version: Version,
|
|
||||||
) -> Result<Self, SerializationError> {
|
|
||||||
unimplemented!()
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
impl Message {
|
impl Message {
|
||||||
|
|
Loading…
Reference in New Issue