From: miker Date: Mon, 28 Feb 2005 21:40:15 +0000 (+0000) Subject: dunno why that was there.... removed dead code X-Git-Tag: osrf_rel_2_0_1~1745 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=5aebfd02acfcd67702147f0186ed6a364826af5a;p=OpenSRF.git dunno why that was there.... removed dead code git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@127 9efc2488-bf62-4759-914b-345cdb29e865 --- diff --git a/src/perlmods/OpenSRF/System.pm b/src/perlmods/OpenSRF/System.pm index 36a65cb..aeda836 100644 --- a/src/perlmods/OpenSRF/System.pm +++ b/src/perlmods/OpenSRF/System.pm @@ -238,10 +238,8 @@ sub bootstrap_client { my $app = $params{client_name} || "client"; - my $self = __PACKAGE__->instance(); load_bootstrap_config(); OpenSRF::Utils::Logger::set_config(); - OpenSRF::Transport::PeerHandle->construct( $app ); }