Initial conversion to Exim
[buildfarm-server.git] / bf-alerts.pl
index 091b55849ce5e9c6269f308fa4def9ff304fd157..09ac2c23211c156fe29b070947353f9266c8355d 100755 (executable)
@@ -116,10 +116,6 @@ print "starting alert run: $lts\n";
 
 foreach my $sysbranch (@last_heard)
 {
-       # not all versions of DBD::Pg decode modern bytea literals nicely. cope.
-       $sysbranch->{config} =~ s/^(\\?x)([a-fA-F0-9]+)$/pack('H*',$2)/e;
-
-
     my $client_conf = thaw $sysbranch->{config};
 
     my %client_alert_settings = %{ $client_conf->{alerts} || {} };