summaryrefslogtreecommitdiff
path: root/common/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/utils.h')
-rw-r--r--common/utils.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/common/utils.h b/common/utils.h
index 9da69904..4b83cc41 100644
--- a/common/utils.h
+++ b/common/utils.h
@@ -44,11 +44,6 @@ namespace chromeos_update_engine {
namespace utils {
-// Converts a struct timespec representing a number of seconds since
-// the Unix epoch to a base::Time. Sub-microsecond time is rounded
-// down.
-base::Time TimeFromStructTimespec(struct timespec *ts);
-
// Formats |vec_str| as a string of the form ["<elem1>", "<elem2>"].
// Does no escaping, only use this for presentation in error messages.
std::string StringVectorToString(const std::vector<std::string> &vec_str);