Skip to content

Commit

Permalink
unset isn't used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
vertiginous committed Feb 18, 2011
1 parent 044b4fe commit 00781de
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/pik/scripts/batch_file.rb
Expand Up @@ -26,11 +26,6 @@ def copy(src, dest)
@lines << "copy /y #{src} #{dest}"
end

def unset(*items)
items.flatten.each{|k| @lines << "SET #{k}=" }
self
end

end

end

0 comments on commit 00781de

Please sign in to comment.