QLOG: Remove vestigial abort code
authorHugo Landau <hlandau@openssl.org>
Thu, 18 Jan 2024 10:39:03 +0000 (10:39 +0000)
committerHugo Landau <hlandau@openssl.org>
Fri, 2 Feb 2024 11:49:34 +0000 (11:49 +0000)
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22037)

include/internal/qlog.h

index e23a05b960807861bfe8605e7cfdacc0a2568413..8d44ed00983af4f5649c5fc7f3602d919967bc1c 100644 (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,