perl: Remove dead assignment

This commit is contained in:
Igor 2016-10-11 18:19:14 +04:00 committed by TingPing
parent ebc40fe9c7
commit 116a394ef6
1 changed files with 0 additions and 2 deletions

View File

@ -208,8 +208,6 @@ get_filename (char *word[], char *word_eol[])
int len;
char *file;
len = strlen (word[2]);
/* if called as /load "filename.pl" the only difference between word and
* word_eol will be the two quotes
*/