QLOG: Remove vestigial abort code

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)
This commit is contained in:
Hugo Landau 2024-01-18 10:39:03 +00:00
parent 0e6eb431e8
commit 5b8f7ae354

View File

@ -102,8 +102,6 @@ void ossl_qlog_override_time(QLOG *qlog, OSSL_TIME event_time);
ossl_qlog_array_end(qlog_instance); \
}
# define QLOG_ABORT() ossl_qlog_event_abort(qlog_instance)
/* Field Functions */
void ossl_qlog_str(QLOG *qlog, const char *name, const char *value);
void ossl_qlog_str_len(QLOG *qlog, const char *name,