Clean-up: common: error_log_time doesn't need to be global
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 17 Apr 2023 18:25:47 +0000 (14:25 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 18 Apr 2023 14:36:27 +0000 (10:36 -0400)
commit1944cedb180887d9dfe0906f930df167e714af99
tree9873a42fe6fe3471eb8944537e5a9a12e56b352f
parent2a2ac572b7d75ef18ce4dfe73b89a00da44bcb61
Clean-up: common: error_log_time doesn't need to be global

error_log_time is only used in error.cpp. Reduce its visibility to the
file.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ifbd821af12d7378b203cd7a2c1d48d28ed00cb40
src/common/error.cpp
src/common/error.hpp
This page took 0.024498 seconds and 4 git commands to generate.