]> Sergey Matveev's repositories - public-inbox.git/commitdiff
nntp: get rid of long_response_limit constant
authorEric Wong <e@80x24.org>
Wed, 6 Feb 2019 01:15:55 +0000 (01:15 +0000)
committerEric Wong <e@80x24.org>
Thu, 7 Feb 2019 01:00:32 +0000 (01:00 +0000)
Unused since commit b8c41362f2a5c8fcc6b1846a79c72bfa77565297
("nntp: simplify the long_response API")

lib/PublicInbox/NNTP.pm

index 63d5870b045756463b8d78f7b16c4689481a15be..13591e5d983c06af9606a1107e151aa201755ad6 100644 (file)
@@ -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) };