traeak commented on code in PR #10723:
URL: https://github.com/apache/trafficserver/pull/10723#discussion_r1391895120
##########
plugins/experimental/uri_signing/unit_tests/CMakeLists.txt:
##########
@@ -26,8 +26,6 @@ add_executable(
${PROJECT_SOURCE_DIR}/match.cc
${PROJECT_SOURCE_DIR}/normalize.cc
${PROJECT_SOURCE_DIR}/parse.cc
- ${PROJECT_SOURCE_DIR}/timing.cc
Review Comment:
it builds just fine (using the autest preset).
In a previous PR I only removed the timing calls from the uri_signing.cc.
They were only returning ns level values which aren't particularly useful and
junked up the uri_signing debug. I wouldn't mind removing the rest of the
references but perhaps in a later PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]