Skip to content

Commit

Permalink
Merge pull request #885 from mattr-/remove-unused-code
Browse files Browse the repository at this point in the history
Remove unused code
  • Loading branch information
parkr committed Mar 26, 2013
2 parents 0520ecb + fa39a97 commit 58f64e8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jekyll/commands/build.rb
Expand Up @@ -4,9 +4,6 @@ class Build < Command
def self.process(options) def self.process(options)
site = Jekyll::Site.new(options) site = Jekyll::Site.new(options)


source = options['source']
destination = options['destination']

if options['watch'] if options['watch']
self.watch(site, options) self.watch(site, options)
else else
Expand Down

0 comments on commit 58f64e8

Please sign in to comment.