From 5595a6c79fbaad37f47902731217722958413f2c Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Mon, 13 Apr 2020 00:41:36 +0100 Subject: [PATCH] remove unused #close method for selector --- lib/httpx/selector.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/httpx/selector.rb b/lib/httpx/selector.rb index b0c5ca41..f6a04d77 100644 --- a/lib/httpx/selector.rb +++ b/lib/httpx/selector.rb @@ -61,10 +61,6 @@ class HTTPX::Selector monitor end - # Closes the selector. - # - def close; end - private def select_many(interval)