Bug 13159 [QA Followup] - Remove unused call to localtime()
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 7 Apr 2015 14:29:01 +0000 (10:29 -0400)
committerTomas Cohen Arazi <tomascohen@gmail.com>
Wed, 22 Apr 2015 15:04:54 +0000 (12:04 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
misc/sip_cli_emulator.pl

index 687f354..ca8ba07 100755 (executable)
@@ -84,8 +84,6 @@ $terminator = ( $terminator eq 'CR' ) ? $CR : $CRLF;
 # Set perl to expect the same record terminator it is sending
 $/ = $terminator;
 
-my ( $sec, $min, $hour, $day, $month, $year ) = localtime(time);
-$year += 1900;
 my $transaction_date = C4::SIP::Sip::timestamp();
 
 my $terminal_password = $login_password;