mirror of https://github.com/facebook/rocksdb.git
Remove unnecessary semi-colon (#13034)
Summary: As title Pull Request resolved: https://github.com/facebook/rocksdb/pull/13034 Reviewed By: ltamasi Differential Revision: D63413712 Pulled By: jaykorean fbshipit-source-id: 0070761b0d9de1f50fe0baf235643d36aeb9f7f5
This commit is contained in:
parent
d02f63cc54
commit
d327d56081
|
@ -58,7 +58,6 @@ struct CompactionJobStats {
|
|||
uint64_t total_output_bytes = 0;
|
||||
// the total size of blob files in the compaction output
|
||||
uint64_t total_output_bytes_blob = 0;
|
||||
;
|
||||
|
||||
// number of records being replaced by newer record associated with same key.
|
||||
// this could be a new value or a deletion entry for that key so this field
|
||||
|
|
Loading…
Reference in New Issue