Skip to content

Commit

Permalink
fix ios build error
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjian authored and fengjian committed Feb 17, 2016
1 parent d08d502 commit 1336052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/perf_context_imp.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace rocksdb {
#if defined(NPERF_CONTEXT) || defined(IOS_CROSS_COMPILE)

#define PERF_TIMER_GUARD(metric)
#define PERF_CONDITIONAL_TIMER_GUARD(metric, condition)
#define PERF_CONDITIONAL_TIMER_FOR_MUTEX_GUARD(metric, condition)
#define PERF_TIMER_MEASURE(metric)
#define PERF_TIMER_STOP(metric)
#define PERF_TIMER_START(metric)
Expand Down

0 comments on commit 1336052

Please sign in to comment.