From 242f397bfaf5c414d0622d45f9281d4f5b3f276c Mon Sep 17 00:00:00 2001 From: Jason Walton Date: Thu, 7 Mar 2013 21:30:04 -0500 Subject: [PATCH] Remove dead variables. --- test/helpers.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/helpers.coffee b/test/helpers.coffee index 4c6981ad..66819084 100644 --- a/test/helpers.coffee +++ b/test/helpers.coffee @@ -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`