From 666b537fb9d3984370d75f16eae43c2ced752963 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 May 2016 01:57:13 +0000 Subject: config: remove try_cat It's moved into the Inbox module and we no longer use it in WWW --- lib/PublicInbox/Config.pm | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'lib/PublicInbox/Config.pm') diff --git a/lib/PublicInbox/Config.pm b/lib/PublicInbox/Config.pm index 35b24af4..317d290a 100644 --- a/lib/PublicInbox/Config.pm +++ b/lib/PublicInbox/Config.pm @@ -5,8 +5,6 @@ package PublicInbox::Config; use strict; use warnings; -use base qw/Exporter/; -our @EXPORT_OK = qw/try_cat/; require PublicInbox::Inbox; use PublicInbox::Spawn qw(popen_rd); use File::Path::Expand qw/expand_filename/; @@ -101,16 +99,6 @@ sub git_config_dump { \%rv; } -sub try_cat { - my ($path) = @_; - my $rv; - if (open(my $fh, '<', $path)) { - local $/; - $rv = <$fh>; - } - $rv; -} - sub _fill { my ($self, $pfx) = @_; my $rv = {}; -- cgit v1.2.3-24-ge0c7