about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-02-06 01:15:55 +0000
committerEric Wong <e@80x24.org>2019-02-07 01:00:32 +0000
commit7eae167d1569bb952cfc06a66afd2dce588bb29b (patch)
tree1805bc5757c2b3e520bc56a49c69b47273b1fde6
parente7165be526e984e9b018d157df4515dc817db84f (diff)
downloadpublic-inbox-7eae167d1569bb952cfc06a66afd2dce588bb29b.tar.gz
Unused since commit b8c41362f2a5c8fcc6b1846a79c72bfa77565297
("nntp: simplify the long_response API")
-rw-r--r--lib/PublicInbox/NNTP.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/NNTP.pm b/lib/PublicInbox/NNTP.pm
index 63d5870b..13591e5d 100644
--- a/lib/PublicInbox/NNTP.pm
+++ b/lib/PublicInbox/NNTP.pm
@@ -23,7 +23,6 @@ use constant {
         r224 => '224 Overview information follows (multi-line)',
         r225 =>        '225 Headers follow (multi-line)',
         r430 => '430 No article with that message-id',
-        long_response_limit => 0xffffffff,
 };
 
 sub now () { clock_gettime(CLOCK_MONOTONIC) };