Update.
[mymail.git] / mymail.c
index c24c701..ba446d2 100644 (file)
--- a/mymail.c
+++ b/mymail.c
@@ -67,9 +67,7 @@ void usage(FILE *out) {
 }
 
 void read_file(const char *input_filename) {
-
   char raw_line[BUFFER_SIZE];
-  char *s;
   FILE *file;
   int in_header;