Remove dead variables.

This commit is contained in:
Jason Walton 2013-03-07 21:30:04 -05:00
parent f85d19b459
commit 242f397bfa
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# -------
# pull the helpers from `CoffeeScript.helpers` into local variables
{starts, ends, compact, count, merge, extend, flatten, del, last, normalizePath, relativePath} = CoffeeScript.helpers
{starts, ends, compact, count, merge, extend, flatten, del, last} = CoffeeScript.helpers
# `starts`