summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Error.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2004-04-23 04:10:26 +0000
committerfukachan <fukachan>2004-04-23 04:10:26 +0000
commit002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d (patch)
treec5c58fefc88df698d00d8573d92b1992347a37e4 /fml/lib/FML/Process/Error.pm
parent86ab3fddc3b14ff7c0f85ad82c0f57c72f12af18 (diff)
downloadfml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.gz
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.tar.bz2
fml8-002f83d01f18cb4afe8bdc90fb3dd11f91b5ea7d.zip
remove "use FML::Log;".
Diffstat (limited to 'fml/lib/FML/Process/Error.pm')
-rw-r--r--fml/lib/FML/Process/Error.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/lib/FML/Process/Error.pm b/fml/lib/FML/Process/Error.pm
index 2693c937..f4e2c471 100644
--- a/fml/lib/FML/Process/Error.pm
+++ b/fml/lib/FML/Process/Error.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2002,2003,2004 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Error.pm,v 1.42 2004/03/13 06:03:24 fukachan Exp $
+# $FML: Error.pm,v 1.43 2004/04/02 11:56:26 fukachan Exp $
#
package FML::Process::Error;
@@ -11,7 +11,6 @@ package FML::Process::Error;
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);