Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
test: remove unused function declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 6, 2013
1 parent 847182c commit ccb96b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test-ping-pong.c
Expand Up @@ -47,8 +47,6 @@ typedef struct {
char read_buffer[BUFSIZE];
} pinger_t;

void pinger_try_read(pinger_t* pinger);


static uv_buf_t alloc_cb(uv_handle_t* handle, size_t size) {
return uv_buf_init(malloc(size), size);
Expand Down

0 comments on commit ccb96b6

Please sign in to comment.