]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commitdiff
Fix a compilation error in ROCKSDB_LITE in db/internal_stats.h
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Thu, 9 Apr 2015 23:39:03 +0000 (16:39 -0700)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Fri, 10 Apr 2015 04:31:08 +0000 (21:31 -0700)
Summary:
Fix a compilation error in ROCKSDB_LITE in db/internal_stats.h

Other compilation errors will be fixed in a separate diff.

Test Plan: make OPT=-DROCKSDB_LITE

Reviewers: sdong, igor

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D36807

db/internal_stats.h

index ac235f6418c91905beca6ec0fcaf9b3432ba24dd..cadb847f4d77bbd780a5c4b5344695a0df4f3688 100644 (file)
@@ -366,7 +366,7 @@ class InternalStats {
 
   void IncBytesMoved(int level, uint64_t amount) {}
 
-  void RecordLevelNSlowdown(int level, uint64_t micros, bool soft) {}
+  void RecordLevelNSlowdown(int level, bool soft) {}
 
   void AddCFStats(InternalCFStatsType type, uint64_t value) {}