user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] git-http-backend: cleanup vestigial the process limiter code
@ 2016-05-23  1:28 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2016-05-23  1:28 UTC (permalink / raw)
  To: meta

This bit is still being redone to support gigantic repos.
---
 lib/PublicInbox/GitHTTPBackend.pm | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/lib/PublicInbox/GitHTTPBackend.pm b/lib/PublicInbox/GitHTTPBackend.pm
index cca8a6d..97834de 100644
--- a/lib/PublicInbox/GitHTTPBackend.pm
+++ b/lib/PublicInbox/GitHTTPBackend.pm
@@ -31,15 +31,6 @@ my @no_cache = ('Expires', 'Fri, 01 Jan 1980 00:00:00 GMT',
 		'Pragma', 'no-cache',
 		'Cache-Control', 'no-cache, max-age=0, must-revalidate');
 
-my $nextq;
-sub do_next () {
-	my $q = $nextq;
-	$nextq = undef;
-	while (my $cb = shift @$q) {
-		$cb->(); # this may redefine nextq
-	}
-}
-
 sub r ($;$) {
 	my ($code, $msg) = @_;
 	$msg ||= status_message($code);

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-05-23  1:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-23  1:28 [PATCH] git-http-backend: cleanup vestigial the process limiter code Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).