Skip to content

Commit

Permalink
Fix tests with removed user parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed May 24, 2020
1 parent 3654125 commit af185ac
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/files/chat/linux/chat_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ enum chat_client_input_state_t {
};

struct chat_client_t {
char *user_p;
struct {
char address[16];
int port;
Expand Down
1 change: 0 additions & 1 deletion tests/files/imported/linux/imported_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ enum imported_client_input_state_t {
};

struct imported_client_t {
char *user_p;
struct {
char address[16];
int port;
Expand Down
1 change: 0 additions & 1 deletion tests/files/my_protocol/linux/my_protocol_client.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ enum my_protocol_client_input_state_t {
};

struct my_protocol_client_t {
char *user_p;
struct {
char address[16];
int port;
Expand Down

0 comments on commit af185ac

Please sign in to comment.