Skip to content

Commit

Permalink
removed unused variables in udpclo
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasSpringer committed Apr 11, 2024
1 parent 2b19a60 commit 968e0c3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion bpv6/udp/udpclo.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ int main(int argc, char *argv[])
#endif
unsigned short portNbr;
unsigned int hostNbr;
char ownHostName[MAXHOSTNAMELEN];
struct sockaddr socketName;
struct sockaddr_in *inetName;
unsigned char *buffer;
Expand Down
1 change: 0 additions & 1 deletion bpv7/udp/udpclo.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ int main(int argc, char *argv[])
#endif
unsigned short portNbr;
unsigned int hostNbr;
char ownHostName[MAXHOSTNAMELEN];
struct sockaddr socketName;
struct sockaddr_in *inetName;
unsigned char *buffer;
Expand Down

0 comments on commit 968e0c3

Please sign in to comment.