remove useless init, logfilename is static

Originally committed as revision 13848 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Baptiste Coudurier 2008-06-21 03:37:04 +00:00
parent acae1492cf
commit 794ac28c52
1 changed files with 0 additions and 1 deletions

View File

@ -4448,7 +4448,6 @@ int main(int argc, char **argv)
nb_max_connections = 5;
max_bandwidth = 1000;
first_stream = NULL;
logfilename[0] = '\0';
memset(&sigact, 0, sizeof(sigact));
sigact.sa_handler = handle_child_exit;