From: Jay Huh Date: Wed, 25 Sep 2024 22:32:22 +0000 (-0700) Subject: Remove unnecessary semi-colon (#13034) X-Git-Tag: v9.7.2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=56bc1a0e83092c0ff4bb8c3a15b3e395b2e438a3;p=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 --- 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