git-hulk commented on code in PR #2775:
URL: https://github.com/apache/kvrocks/pull/2775#discussion_r1947384885


##########
src/server/server.cc:
##########
@@ -1252,17 +1252,8 @@ std::string Server::GetKeyspaceInfo(const std::string 
&ns) {
   KeyNumStats stats;
   GetLatestKeyNumStats(ns, &stats);
 
-  // FIXME(mwish): output still requires std::tm.
-  auto last_scan_time = static_cast<time_t>(GetLastScanTime(ns));
-  std::tm last_scan_tm{};
-  localtime_r(&last_scan_time, &last_scan_tm);
-
-  string_stream << "# Keyspace\r\n";

Review Comment:
   Yes, I wrongly removed this line. Thank you!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to