From 5b8f7ae3542b6de0edde958de66544cdf45af2f4 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 18 Jan 2024 10:39:03 +0000 Subject: [PATCH] QLOG: Remove vestigial abort code Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/22037) --- include/internal/qlog.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/internal/qlog.h b/include/internal/qlog.h index e23a05b960..8d44ed0098 100644 --- a/include/internal/qlog.h +++ b/include/internal/qlog.h @@ -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,