File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,6 @@ void TransposedMetricLog::stepFunction(TimePoint current_time)
337337 static std::vector<ProfileEvents::Count> prev_profile_events (ProfileEvents::end ());
338338
339339 TransposedMetricLogElement elem;
340- elem.event_date = DateLUT::instance ().toDayNum (elem.event_time );
341340 elem.event_time = std::chrono::system_clock::to_time_t (current_time);
342341 elem.event_time_microseconds = timeInMicroseconds (current_time);
343342
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ using DatabasePtr = std::shared_ptr<IDatabase>;
1818
1919struct TransposedMetricLogElement
2020{
21- UInt16 event_date;
2221 time_t event_time;
2322 Decimal64 event_time_microseconds{};
2423 std::string metric_name;
You can’t perform that action at this time.
0 commit comments