removed legacy comment

This commit is contained in:
debris 2015-11-25 22:14:43 +01:00
parent 9dff894272
commit ebe7c09210
1 changed files with 0 additions and 10 deletions

View File

@ -225,16 +225,6 @@ impl RlpStream {
self.bytes.extend(encode(object));
self.len += 1;
//Err(e) => {
//self.last_err = Some(e);
//return self;
//},
//Ok(ref mut v) => {
//self.bytes.append(v);
//self.len += 1;
//},
//};
// if list is finished, prepend the length
if self.is_finished() {
self.prepend_the_length();