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 -