removed some unnecessary 'use' statements
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 15 Jul 2005 15:40:43 +0000 (15:40 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Fri, 15 Jul 2005 15:40:43 +0000 (15:40 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@397 9efc2488-bf62-4759-914b-345cdb29e865

examples/math_bench.pl

index 18cd68d..2046757 100755 (executable)
@@ -2,8 +2,6 @@
 use strict;use warnings;
 use OpenSRF::System qw(/pines/conf/client.conf);
 use OpenSRF::Utils::SettingsClient;
-use OpenSRF::DomainObject::oilsMethod;
-use OpenSRF::DomainObject::oilsPrimitive;
 use Time::HiRes qw/time/;
 use OpenSRF::EX qw/:try/;