Skip to content

Commit

Permalink
Remove unused header and source (#10771)
Browse files Browse the repository at this point in the history
Removed unused EventName.[h|cc].
  • Loading branch information
lzx404243 authored Nov 17, 2023
1 parent d15152e commit 117fa03
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion src/traffic_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#######################

add_executable(traffic_server Crash.cc EventName.cc SocksProxy.cc traffic_server.cc RpcAdminPubHandlers.cc)
add_executable(traffic_server Crash.cc SocksProxy.cc traffic_server.cc RpcAdminPubHandlers.cc)
target_link_libraries(
traffic_server
PRIVATE ts::tscore
Expand Down
47 changes: 0 additions & 47 deletions src/traffic_server/EventName.cc

This file was deleted.

35 changes: 0 additions & 35 deletions src/traffic_server/EventName.h

This file was deleted.

0 comments on commit 117fa03

Please sign in to comment.