Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorsunnavy <sunnavy@bestpractical.com>2022-01-04 23:04:32 +0300
committersunnavy <sunnavy@bestpractical.com>2022-01-05 00:42:23 +0300
commit5d88d2b6536ba8370c59c861d6dc5ec59672f464 (patch)
treea221a494612a9c90b9006a01f383284016e6c12c /sbin
parent4dd65321375f55dcfb2764ddd8b2391961c8d552 (diff)
Remove obsolete "error" and "warning" methods in rt-fulltext-indexer
There is no "_" subroutine defined, so they have been broken for a long while.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/rt-fulltext-indexer.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbin/rt-fulltext-indexer.in b/sbin/rt-fulltext-indexer.in
index 6da4754489..a717fc79fe 100644
--- a/sbin/rt-fulltext-indexer.in
+++ b/sbin/rt-fulltext-indexer.in
@@ -377,8 +377,6 @@ sub process_pg_update {
# helper functions
sub debug { print @_, "\n" if $OPT{debug}; 1 }
-sub error { $RT::Logger->error(_(@_)); 1 }
-sub warning { $RT::Logger->warn(_(@_)); 1 }
=head1 NAME