diff options
Diffstat (limited to 'plugins/perl')
-rw-r--r-- | plugins/perl/perl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index 12cae786..ab06dc96 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -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 */ |