[#ERR_remove_state] = ERR_remove_state :mrdocs: Remove the error queue for a process id (deprecated; use ERR_remove_thread_state). == Synopsis Declared in `<openssl/err.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[deprecated]] void ERR_remove_state(unsigned long pid); ---- [WARNING] ==== https://en.cppreference.com/cpp/language/attributes/deprecated[Deprecated^]. Use of this entity is allowed but discouraged. ==== == Parameters [cols="1,4"] |=== | Name| Description | *pid* | Ignored; historically identified the process whose state was cleared. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#