This commit is contained in:
Paul Masurel
2016-02-19 18:39:16 +09:00
parent 5164d27c3f
commit 4d9998fa0d
2 changed files with 1 additions and 7 deletions

View File

@@ -87,13 +87,6 @@ pub struct SegmentWriter {
tokenizer: SimpleTokenizer,
}
impl Drop for SegmentWriter {
fn drop(&mut self) {
println!("num tokens {}", self.num_tokens);
}
}
impl SegmentWriter {
fn new() -> SegmentWriter {