[#ERR_remove_thread_state] = ERR_remove_thread_state :mrdocs: Free the error queue for a thread identifier (deprecated; automatic since 1.1.0). == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ERR_remove_thread_state(void* tid); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *tid* | Opaque thread identifier, or NULL for the current thread. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#