From d327d560812be6da0fde11ada256f7088775516d Mon Sep 17 00:00:00 2001 From: Jay Huh Date: Wed, 25 Sep 2024 15:32:22 -0700 Subject: 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 --- include/rocksdb/compaction_job_stats.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/rocksdb/compaction_job_stats.h b/include/rocksdb/compaction_job_stats.h index 8ddb6a330..f9c1bb3ec 100644 --- a/include/rocksdb/compaction_job_stats.h +++ b/include/rocksdb/compaction_job_stats.h @@ -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 -- cgit v1.2.3-70-g09d2