Commit 7ff5726c authored by Steven Allen's avatar Steven Allen

chore: remove dead code

parent d192da14
......@@ -192,14 +192,6 @@ func loadCarFast(s batchStore, cr *CarReader) (*CarHeader, error) {
buf = buf[:0]
}
}
if len(buf) > 0 {
if err := s.PutMany(buf); err != nil {
return nil, err
}
}
return cr.Header, nil
}
func loadCarSlow(s Store, cr *CarReader) (*CarHeader, error) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment