ywkaras commented on a change in pull request #7262:
URL: https://github.com/apache/trafficserver/pull/7262#discussion_r501978141
##########
File path: tests/tools/plugins/test_tsapi.cc
##########
@@ -28,14 +28,6 @@ Regression testing code for TS API. Not comprehensive,
hopefully will be built
#include <ts/ts.h>
#include <tscpp/util/PostScript.h>
-// TSReleaseAssert() doesn't seem to produce any logging output for a debug
build, so do both kinds of assert.
-//
-#define ALWAYS_ASSERT(EXPR) \
- { \
- TSAssert(EXPR); \
- TSReleaseAssert(EXPR); \
- }
-
Review comment:
Some unrelated cleanup, included in this 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.
For queries about this service, please contact Infrastructure at:
[email protected]