From b5d5b52dc68e9c68a4e77b375d74ccd45de332ec Mon Sep 17 00:00:00 2001 From: Corey Johnson & Nathan Sobo Date: Wed, 15 Feb 2012 15:19:13 -0700 Subject: [PATCH] :lipstick: --- spec/atom/line-index-spec.coffee | 15 --------------- src/atom/line-index.coffee | 3 --- 2 files changed, 18 deletions(-) delete mode 100644 spec/atom/line-index-spec.coffee delete mode 100644 src/atom/line-index.coffee diff --git a/spec/atom/line-index-spec.coffee b/spec/atom/line-index-spec.coffee deleted file mode 100644 index d49981c96..000000000 --- a/spec/atom/line-index-spec.coffee +++ /dev/null @@ -1,15 +0,0 @@ -LineIndex = require 'line-index' - -describe "LineIndex", -> - index = null - - beforeEach -> - index = new LineIndex - - describe "", -> - - it "", -> - index.insert() - - - diff --git a/src/atom/line-index.coffee b/src/atom/line-index.coffee deleted file mode 100644 index f98266916..000000000 --- a/src/atom/line-index.coffee +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = -class LineIndex -