perf: Remove unneeded Vec clone

pull/24376/head
Jake Goulding 2020-02-11 20:40:16 -05:00
parent 959f98f605
commit 2f63ca7fdb
1 changed files with 1 additions and 1 deletions

View File

@ -639,7 +639,7 @@ impl RocksDB {
.put_cf(
index_cf,
index_series_key_id(&point.series()),
series_id.clone(),
&series_id,
)
.unwrap();
batch