TimePrint: remove unused time_t overload
This commit is contained in:
@@ -30,13 +30,7 @@ class Response;
|
||||
* Write a line with a time stamp to the client.
|
||||
*/
|
||||
void
|
||||
time_print(Response &r, const char *name, time_t t);
|
||||
|
||||
inline void
|
||||
time_print(Response &r, const char *name,
|
||||
std::chrono::system_clock::time_point t)
|
||||
{
|
||||
time_print(r, name, std::chrono::system_clock::to_time_t(t));
|
||||
}
|
||||
std::chrono::system_clock::time_point t);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user