From 7eae167d1569bb952cfc06a66afd2dce588bb29b Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 6 Feb 2019 01:15:55 +0000 Subject: nntp: get rid of long_response_limit constant Unused since commit b8c41362f2a5c8fcc6b1846a79c72bfa77565297 ("nntp: simplify the long_response API") --- lib/PublicInbox/NNTP.pm | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/PublicInbox/NNTP.pm') 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) }; -- cgit v1.2.3-24-ge0c7