user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 5/6] ds: drop unused EVENT: label in epoll code path
  2019-06-03  1:52  6% [PATCH 0/6] ds: less is more Eric Wong
@ 2019-06-03  1:52  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2019-06-03  1:52 UTC (permalink / raw)
  To: meta

This was never used in Danga::Socket 1.61, either.
---
 lib/PublicInbox/DS.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/DS.pm b/lib/PublicInbox/DS.pm
index e11b23d..78210dd 100644
--- a/lib/PublicInbox/DS.pm
+++ b/lib/PublicInbox/DS.pm
@@ -257,7 +257,6 @@ sub EpollEventLoop {
 
         # get up to 1000 events
         my $evcount = epoll_wait($Epoll, 1000, $timeout, \@events);
-      EVENT:
         for ($i=0; $i<$evcount; $i++) {
             my $ev = $events[$i];
 
-- 
EW


^ permalink raw reply related	[relevance 7%]

* [PATCH 0/6] ds: less is more
@ 2019-06-03  1:52  6% Eric Wong
  2019-06-03  1:52  7% ` [PATCH 5/6] ds: drop unused EVENT: label in epoll code path Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2019-06-03  1:52 UTC (permalink / raw)
  To: meta

What's better than Free Software? Freedom FROM software!

Eric Wong (6):
  ds: drop more unused subs
  ds: add a note about planned future changes
  ds: drop set_writer_func support
  ds: drop checks for invalid descriptors
  ds: drop unused EVENT: label in epoll code path
  ds: drop write_set_watch field

 lib/PublicInbox/DS.pm        | 83 +++++-------------------------------
 lib/PublicInbox/EvCleanup.pm |  2 +-
 2 files changed, 12 insertions(+), 73 deletions(-)

-- 
EW

^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2019-06-03  1:52  6% [PATCH 0/6] ds: less is more Eric Wong
2019-06-03  1:52  7% ` [PATCH 5/6] ds: drop unused EVENT: label in epoll code path 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).