Remove useless comments

This commit is contained in:
mjentsch 2014-07-11 01:06:37 +02:00
parent 6a439a5d55
commit 44e9163b66

12
main.c
View file

@ -236,18 +236,6 @@ void running_for_first_time (void) {
exit (EXIT_FAILURE);
}
close (config_file_fd);
/*int auth_file_fd = open (get_auth_key_filename (), O_CREAT | O_RDWR, 0600);
int x = -1;
assert (write (auth_file_fd, &x, 4) == 4);
close (auth_file_fd);
printf ("[%s] created\n", config_filename);*/
/* create downloads directory */
/*if (mkdir (downloads_directory, 0755) !=0) {
perror ("creating download directory");
exit (EXIT_FAILURE);
}*/
}
}