summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Huh <jewoongh@meta.com>2024-09-25 15:32:22 -0700
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>2024-09-25 15:32:22 -0700
commitd327d560812be6da0fde11ada256f7088775516d (patch)
tree0e9f287e047152c20626c40cf5007507a4fcbd3a
parentd02f63cc5458231aaf4ff11266a3055127219e60 (diff)
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
-rw-r--r--include/rocksdb/compaction_job_stats.h1
1 files changed, 0 insertions, 1 deletions
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