]> git.ipfire.org Git - thirdparty/openssl.git/commit
Remove the event queue code
authorMatt Caswell <matt@openssl.org>
Tue, 6 Aug 2024 09:05:06 +0000 (10:05 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 7 Aug 2024 17:48:26 +0000 (19:48 +0200)
commitc0c4e6ba0af309371cb7eb2a9f910829a8c01a70
treecd7ad30bd89f46ea7be1fc4ea1fff9512097e1d6
parente70e34d857d4003199bcb5d3b52ca8102ccc1b98
Remove the event queue code

PR #18345 added some code for an event queue. It also added a test for it.
Unfortunately this event queue code has never been used for anything.
Additionally the test was never integrated into a test recipe, so it never
actually gets invoked via "make test". This makes the code entirely dead,
unnecessarily bloats the size of libssl and causes a decrease in our
testing code coverage value.

We remove the dead code.

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25100)
doc/internal/man3/OSSL_EVENT.pod [deleted file]
include/internal/event_queue.h [deleted file]
ssl/build.info
ssl/event_queue.c [deleted file]
test/build.info
test/event_queue_test.c [deleted file]