about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-06-30 22:56:34 +0000
committerEric Wong <e@80x24.org>2019-07-06 04:30:28 +0000
commit3fb7ecc37bdc1c43401fffe51086e411ea35298b (patch)
tree56782d7ad67b8b801fed670a1574a050026c4768
parentd7944a9f28c41a160099c98923f503655c952e5a (diff)
downloadpublic-inbox-3fb7ecc37bdc1c43401fffe51086e411ea35298b.tar.gz
We can drop some unnecessary imports and now that we switched
to InboxWritable.
-rw-r--r--lib/PublicInbox/WatchMaildir.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/PublicInbox/WatchMaildir.pm b/lib/PublicInbox/WatchMaildir.pm
index a76bf06e..4be0b397 100644
--- a/lib/PublicInbox/WatchMaildir.pm
+++ b/lib/PublicInbox/WatchMaildir.pm
@@ -7,9 +7,6 @@ package PublicInbox::WatchMaildir;
 use strict;
 use warnings;
 use PublicInbox::MIME;
-use PublicInbox::Git;
-use PublicInbox::Import;
-use PublicInbox::MDA;
 use PublicInbox::Spawn qw(spawn);
 use PublicInbox::InboxWritable;
 use File::Temp qw//;