1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

Remove dead variables.

This commit is contained in:
Jason Walton 2013-03-07 21:30:04 -05:00
parent f85d19b459
commit 242f397bfa

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`