Skip to content

Commit ec89dd4

Browse files
committed
Remove unused variable
1 parent ac01889 commit ec89dd4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Interpreters/TransposedMetricLog.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ class TransposedMetricLog : public PeriodicLog<TransposedMetricLogElement>
4343
static constexpr auto EVENT_TIME_MICROSECONDS_NAME = "event_time_microseconds";
4444
static constexpr auto METRIC_NAME = "metric";
4545
static constexpr auto VALUE_NAME = "value";
46-
static constexpr auto EVENT_TIME_HOUR_NAME = "toStartOfHour(event_time)";
4746

4847
static constexpr std::string_view PROFILE_EVENT_PREFIX = "ProfileEvent_";
4948
static constexpr std::string_view CURRENT_METRIC_PREFIX = "CurrentMetric_";

0 commit comments

Comments
 (0)