remove old comment and attribute

Reviewed By: farnz

Differential Revision: D21245424

fbshipit-source-id: a58d1f451341f374734b4518a2ed465a60809f0b
This commit is contained in:
Kostia Balytskyi 2020-04-25 13:53:01 -07:00 committed by Facebook GitHub Bot
parent 4e3d9883e0
commit 842cc18863

View File

@ -55,9 +55,7 @@ where
}
}
#[allow(dead_code)]
pub fn with_full_content(mut self, full_bundle2_content: Arc<Mutex<Bytes>>) -> Self {
// TODO(ikostia): make this used in commands.rs and remove the attribute above
self.maybe_full_content = Some(full_bundle2_content);
self
}