Remove unnecessary ‘ipc' module import

This commit is contained in:
Katrina Uychaco
2016-02-19 12:36:38 -08:00
committed by Ben Ogle
parent 5cda45b5c7
commit 16ebefca3f

View File

@@ -3,7 +3,6 @@ _ = require 'underscore-plus'
Config = require '../config'
{EventEmitter} = require 'events'
path = require 'path'
ipc = require 'ipc'
IdleState = 'idle'
CheckingState = 'checking'