Skip to content
Snippets Groups Projects
Commit 80b98537 authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[-] removed useless macro DAP_CLIENT

parent 02ec5fae
No related branches found
No related tags found
2 merge requests!251Master,!250Master
Pipeline #5156 passed with stage
in 16 seconds
...@@ -138,8 +138,6 @@ void dap_client_set_auth_cert(dap_client_t * a_client, dap_cert_t *a_cert); ...@@ -138,8 +138,6 @@ void dap_client_set_auth_cert(dap_client_t * a_client, dap_cert_t *a_cert);
dap_client_stage_t dap_client_get_stage(dap_client_t * a_client); dap_client_stage_t dap_client_get_stage(dap_client_t * a_client);
dap_client_stage_status_t dap_client_get_stage_status(dap_client_t * a_client); dap_client_stage_status_t dap_client_get_stage_status(dap_client_t * a_client);
#define DAP_CLIENT(a) (a ? (dap_client_t *) (a)->_inheritor : NULL)
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment