Skip to content

Commit

Permalink
Remove unused @SOURCE_DIR variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtmtmtm committed Mar 11, 2019
1 parent a6e216d commit 49ba48c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rakefile_common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ def popolo_write(pathname, json)
pathname.write(JSON.pretty_generate(final))
end

@SOURCE_DIR = 'sources/manual'
@INSTRUCTIONS_FILE = Pathname.new('sources/instructions.json')
raise("Can't read #{@INSTRUCTIONS_FILE}") unless @INSTRUCTIONS_FILE.exist?

Expand Down

0 comments on commit 49ba48c

Please sign in to comment.