Yifan Zhang has submitted this change and it was merged. (
http://gerrit.cloudera.org:8080/18972 )
Change subject: [gutil] remove unused code from walltime.{h,cc}
......................................................................
[gutil] remove unused code from walltime.{h,cc}
While working on the `kudu diagnose parse_metrics` CLI tool, I noticed
some functions in walltime were unused. With that and questioning
why to re-implement libc's functionality at all, I removed the unused
code: WallTime_Parse_Timezone() and a few other local functions.
There are no functional changes in this patch.
Change-Id: Ieddb6d34c047450f4e5cf445d290e965580c4ed5
Reviewed-on: http://gerrit.cloudera.org:8080/18972
Tested-by: Kudu Jenkins
Reviewed-by: Yifan Zhang <[email protected]>
---
M src/kudu/gutil/walltime.cc
M src/kudu/gutil/walltime.h
2 files changed, 1 insertion(+), 109 deletions(-)
Approvals:
Kudu Jenkins: Verified
Yifan Zhang: Looks good to me, approved
--
To view, visit http://gerrit.cloudera.org:8080/18972
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: Ieddb6d34c047450f4e5cf445d290e965580c4ed5
Gerrit-Change-Number: 18972
Gerrit-PatchSet: 2
Gerrit-Owner: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Alexey Serbin <[email protected]>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)
Gerrit-Reviewer: Yifan Zhang <[email protected]>