From d0ca1b2dc68bf2ac4a24c828ad471747fda44aaf Mon Sep 17 00:00:00 2001 From: William Vu Date: Thu, 26 Feb 2015 14:06:10 -0600 Subject: [PATCH] Delete a thing I added for no reason --- lib/rex/proto/pjl/client.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/rex/proto/pjl/client.rb b/lib/rex/proto/pjl/client.rb index 933e4d9239..a1e699b110 100644 --- a/lib/rex/proto/pjl/client.rb +++ b/lib/rex/proto/pjl/client.rb @@ -6,8 +6,6 @@ module Rex::Proto::PJL class Client - attr_reader :sock - def initialize(sock) @sock = sock end