about summary refs log tree commit homepage
path: root/lib/PublicInbox/ViewVCS.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-02-02 07:35:06 +0000
committerEric Wong <e@80x24.org>2019-02-05 10:58:35 +0000
commit8eb2c4f7c0aed11810280c6dfa63f75fd961e3cd (patch)
tree8544eeb37994389de4bde873bb9d023d2cb465ba /lib/PublicInbox/ViewVCS.pm
parent58db2bbcbc9836fe36c91eff761e31edfd53f866 (diff)
downloadpublic-inbox-8eb2c4f7c0aed11810280c6dfa63f75fd961e3cd.tar.gz
It turns out there's no point in having multiple instances of
this or having to worry about destruction or destruction
ordering.

This will make it easier to reuse the one instance we have
across different modules.
Diffstat (limited to 'lib/PublicInbox/ViewVCS.pm')
-rw-r--r--lib/PublicInbox/ViewVCS.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/PublicInbox/ViewVCS.pm b/lib/PublicInbox/ViewVCS.pm
index acdd822d..0fb6b64e 100644
--- a/lib/PublicInbox/ViewVCS.pm
+++ b/lib/PublicInbox/ViewVCS.pm
@@ -25,11 +25,6 @@ my $hl = eval {
         PublicInbox::HlMod->new;
 };
 
-# we need to trigger highlight::CodeGenerator::deleteInstance
-# in HlMod::DESTROY before the rest of Perl shuts down to avoid
-# a segfault at shutdown
-END { $hl = undef };
-
 my %QP_MAP = ( A => 'oid_a', B => 'oid_b', a => 'path_a', b => 'path_b' );
 my $max_size = 1024 * 1024; # TODO: configurable
 my $BIN_DETECT = 8000; # same as git