--- loncom/lonnet/perl/lonnet.pm 2005/10/25 19:14:33 1.667 +++ loncom/lonnet/perl/lonnet.pm 2005/10/27 17:01:35 1.668 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.667 2005/10/25 19:14:33 albertel Exp $ +# $Id: lonnet.pm,v 1.668 2005/10/27 17:01:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1176,7 +1176,6 @@ sub process_coursefile { $fetchresult= &reply('fetchuserfile:'.$docudom.'/'.$docuname.'/'.$file, $home); } else { - my $fetchresult = ''; my $fpath = ''; my $fname = $file; ($fpath,$fname) = ($file =~ m|^(.*)/([^/]+)$|);