Skip to content

Commit

Permalink
fixup! gcoap: debug for _find_req_memo_by_token()
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian18 committed Aug 21, 2024
1 parent 747ab12 commit 33a979c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions sys/net/application_layer/gcoap/gcoap.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,7 @@ static void _on_sock_dtls_evt(sock_dtls_t *sock, sock_async_flags_t type, void *
static void _dtls_free_up_session(void *arg);
#endif

#if ENABLE_DEBUG
static char _ipv6_addr_str[IPV6_ADDR_MAX_STR_LEN];
#else
#define _ipv6_addr_str NULL
#endif

/* Internal variables */
const coap_resource_t _default_resources[] = {
Expand Down

0 comments on commit 33a979c

Please sign in to comment.