datagram added
[my-code/ivac.git] / receive.c
index ba61d5d..36f8ffd 100644 (file)
--- a/receive.c
+++ b/receive.c
@@ -29,7 +29,6 @@
 int main(int argc, char *argv[]) {
   int receive_fd;
   struct sockaddr_in target_addr;
-  socklen_t target_addr_len;
   int receive_bytes, write_bytes;
 
   if(argc!=3) {