mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove unused aborted ivar
This commit is contained in:
@@ -4,8 +4,6 @@ $ = require 'jquery'
|
||||
|
||||
module.exports =
|
||||
class LoadPathsTask
|
||||
aborted: false
|
||||
|
||||
constructor: (@callback) ->
|
||||
|
||||
start: ->
|
||||
@@ -34,7 +32,6 @@ class LoadPathsTask
|
||||
deferred
|
||||
|
||||
abort: ->
|
||||
@aborted = true
|
||||
if @process?
|
||||
@process.kill()
|
||||
@process = null
|
||||
|
||||
Reference in New Issue
Block a user