Skip to content

Commit

Permalink
tidy:1.9.6, 删除util/time_counter.*,因为有trace替代,没有存在的必要了
Browse files Browse the repository at this point in the history
  • Loading branch information
hevake committed Jun 1, 2024
1 parent 410b29c commit 6ce9f0d
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 357 deletions.
3 changes: 0 additions & 3 deletions modules/util/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ set(TBOX_UTIL_HEADERS
argument_parser.h
split_cmdline.h
serializer.h
time_counter.h
async_pipe.h
timestamp.h
json.h
Expand All @@ -56,7 +55,6 @@ set(TBOX_UTIL_SOURCES
argument_parser.cpp
split_cmdline.cpp
serializer.cpp
time_counter.cpp
async_pipe.cpp
timestamp.cpp
json.cpp
Expand All @@ -76,7 +74,6 @@ set(TBOX_UTIL_TEST_SOURCES
argument_parser_test.cpp
split_cmdline_test.cpp
serializer_test.cpp
time_counter_test.cpp
async_pipe_test.cpp
json_test.cpp
base64_test.cpp
Expand Down
3 changes: 0 additions & 3 deletions modules/util/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ HEAD_FILES = \
argument_parser.h \
split_cmdline.h \
serializer.h \
time_counter.h \
async_pipe.h \
timestamp.h \
json.h \
Expand All @@ -51,7 +50,6 @@ CPP_SRC_FILES = \
argument_parser.cpp \
split_cmdline.cpp \
serializer.cpp \
time_counter.cpp \
async_pipe.cpp \
timestamp.cpp \
json.cpp \
Expand All @@ -74,7 +72,6 @@ TEST_CPP_SRC_FILES = \
argument_parser_test.cpp \
split_cmdline_test.cpp \
serializer_test.cpp \
time_counter_test.cpp \
async_pipe_test.cpp \
json_test.cpp \
base64_test.cpp \
Expand Down
155 changes: 0 additions & 155 deletions modules/util/time_counter.cpp

This file was deleted.

102 changes: 0 additions & 102 deletions modules/util/time_counter.h

This file was deleted.

Loading

0 comments on commit 6ce9f0d

Please sign in to comment.