summaryrefslogtreecommitdiff
path: root/fml/lib/IO/MapAdapter.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-28 12:31:41 +0000
committerfukachan <fukachan>2001-01-28 12:31:41 +0000
commitb9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4 (patch)
treed8c01b401316d36003959ec58e168f019b50d13c /fml/lib/IO/MapAdapter.pm
parent68303690d7da5fe9359aa8704c7c6fe3814f87cd (diff)
downloadfml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.tar.gz
fml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.tar.bz2
fml8-b9397db8eec7bf2f61cb3974dd1fb39dbc31a2f4.zip
nuke not-used require(Exporter)
Diffstat (limited to 'fml/lib/IO/MapAdapter.pm')
-rw-r--r--fml/lib/IO/MapAdapter.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/fml/lib/IO/MapAdapter.pm b/fml/lib/IO/MapAdapter.pm
index cc7b3108..d5dcc40c 100644
--- a/fml/lib/IO/MapAdapter.pm
+++ b/fml/lib/IO/MapAdapter.pm
@@ -13,9 +13,6 @@ use vars qw(@ISA);
use strict;
use Carp;
-require Exporter;
-@ISA = qw(Exporter);
-
BEGIN {}
END {}