Skip to content

Commit

Permalink
Remove useless nil assignments
Browse files Browse the repository at this point in the history
Signed-off-by: Jerry Aldrich <[email protected]>
  • Loading branch information
jerryaldrichiii committed Mar 26, 2018
1 parent 0efe355 commit 86b1887
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/train/transports/cisco_ios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ class Connection < BaseConnection
def initialize(options)
super(options)

@session = nil
@buf = nil

# Delete options to avoid passing them in to `Net::SSH.start` later
@host = @options.delete(:host)
@user = @options.delete(:user)
Expand Down

0 comments on commit 86b1887

Please sign in to comment.