Skip to content

Commit

Permalink
removed unused @sub
Browse files Browse the repository at this point in the history
  • Loading branch information
taicsuzu committed Nov 16, 2016
1 parent 75d2bec commit 58fc34f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/command.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module Shards
@spec : Spec?
@locks : Array(Dependency)?

def initialize(path, @sub = nil)
def initialize(path)
if File.directory?(path)
@path = path
@spec_path = File.join(path, SPEC_FILENAME)
Expand Down

0 comments on commit 58fc34f

Please sign in to comment.