From 88dc4cfd7b0b1e06751e4c30cabcc6db8137e15e Mon Sep 17 00:00:00 2001 From: Postmodern Date: Thu, 6 Feb 2025 18:02:10 -0800 Subject: [PATCH] Remove unused `WorkerPool#id` attribute. --- lib/ronin/recon/worker_pool.rb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ronin/recon/worker_pool.rb b/lib/ronin/recon/worker_pool.rb index 10392b0..2116c30 100644 --- a/lib/ronin/recon/worker_pool.rb +++ b/lib/ronin/recon/worker_pool.rb @@ -39,11 +39,6 @@ module Recon # class WorkerPool - # The recon worker's ID. - # - # @return [String] - attr_reader :id - # The number of async worker tasks to spawn. # # @return [Integer]