Skip to content

Commit

Permalink
gcoap/gcoap_cli.c: Removed unnecessary (void) lines
Browse files Browse the repository at this point in the history
  • Loading branch information
rfuentess committed Jun 15, 2017
1 parent 6859aad commit 0cf7823
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/gcoap/gcoap_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,6 @@ static size_t _send(uint8_t *buf, size_t len, char *addr_str, char *port_str)
#ifdef MODULE_GNRC_DTLS
int dtlsc_cli_cmd(int argc, char **argv)
{
(void) argc;
(void) argv;

/* TODO: Adding renegotiate [and start?] */
if (argc < 2) {
printf("usage: %s dtlsc [stop]\n", argv[0]);
Expand Down

0 comments on commit 0cf7823

Please sign in to comment.