Skip to content

Commit

Permalink
tests: remove unused write_all header def
Browse files Browse the repository at this point in the history
There was no `write_all()` defined in `common.c`, so the `common.h`
prototype wasn't worth keeping.
  • Loading branch information
cpu committed Dec 16, 2024
1 parent 414acde commit a3279bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ extern const char *programname;

void print_error(const char *prefix, rustls_result rr);

int write_all(int fd, const char *buf, int n);

/* Make a socket nonblocking. */
demo_result nonblock(int sockfd);

Expand Down

0 comments on commit a3279bc

Please sign in to comment.