about summary refs log tree commit homepage
path: root/lib/PublicInbox/Over.pm
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-08-25 03:02:45 +0000
committerEric Wong <e@yhbt.net>2020-08-26 06:10:50 +0000
commitadf0f449f1ee7638423cdfe38e9f3f20754767fe (patch)
treed6ffe309db07119312e0bcd18f44893a39a0ea06 /lib/PublicInbox/Over.pm
parentb1f4653cdfdf7e6af43c7f99a96a53a621749c75 (diff)
downloadpublic-inbox-adf0f449f1ee7638423cdfe38e9f3f20754767fe.tar.gz
This file gets truncated anyhow, so it won't fragment.
Diffstat (limited to 'lib/PublicInbox/Over.pm')
-rw-r--r--lib/PublicInbox/Over.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/PublicInbox/Over.pm b/lib/PublicInbox/Over.pm
index fba58d17..a2f04117 100644
--- a/lib/PublicInbox/Over.pm
+++ b/lib/PublicInbox/Over.pm
@@ -21,9 +21,6 @@ sub dbh_new {
                         require PublicInbox::Spawn;
                         open my $fh, '+>>', $f or die "failed to open $f: $!";
                         PublicInbox::Spawn::nodatacow_fd(fileno($fh));
-                        my $j = "$f-journal";
-                        open $fh, '+>>', $j or die "failed to open $j: $!";
-                        PublicInbox::Spawn::nodatacow_fd(fileno($fh));
                 } else {
                         $self->{filename} = $f; # die on stat() below:
                 }