perl: Remove dead assignment
This commit is contained in:
parent
ebc40fe9c7
commit
116a394ef6
@ -208,8 +208,6 @@ get_filename (char *word[], char *word_eol[])
|
|||||||
int len;
|
int len;
|
||||||
char *file;
|
char *file;
|
||||||
|
|
||||||
len = strlen (word[2]);
|
|
||||||
|
|
||||||
/* if called as /load "filename.pl" the only difference between word and
|
/* if called as /load "filename.pl" the only difference between word and
|
||||||
* word_eol will be the two quotes
|
* word_eol will be the two quotes
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user