diff options
| author | fukachan <fukachan> | 2004-04-23 04:10:26 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2004-04-23 04:10:26 +0000 |
| commit | 002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d (patch) | |
| tree | c5c58fefc88df698d00d8573d92b1992347a37e4 /fml/lib/FML/Process/Distribute.pm | |
| parent | 86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff) | |
| download | fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2 fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip | |
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Process/Distribute.pm')
| -rw-r--r-- | fml/lib/FML/Process/Distribute.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Distribute.pm b/fml/lib/FML/Process/Distribute.pm index a756acd8..c7b7e0d3 100644 --- a/fml/lib/FML/Process/Distribute.pm +++ b/fml/lib/FML/Process/Distribute.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Distribute.pm,v 1.141 2004/03/28 10:33:35 fukachan Exp $ +# $FML: Distribute.pm,v 1.142 2004/03/31 12:53:51 fukachan Exp $ # package FML::Process::Distribute; @@ -12,7 +12,6 @@ use vars qw($debug @ISA @EXPORT @EXPORT_OK); use strict; use Carp; -use FML::Log qw(Log LogWarn LogError); use FML::Config; use FML::Process::Kernel; @ISA = qw(FML::Process::Kernel); |
