Remove unused function
This commit is contained in:
@@ -5,9 +5,7 @@ exports = module.exports = {
|
||||
uninitialize: uninitialize,
|
||||
|
||||
events: new (require('events').EventEmitter)(),
|
||||
EVENT_READY: 'ready',
|
||||
|
||||
isReadySync: isReadySync
|
||||
EVENT_READY: 'ready'
|
||||
};
|
||||
|
||||
var apps = require('./apps.js'),
|
||||
@@ -85,10 +83,6 @@ function uninitialize(callback) {
|
||||
callback();
|
||||
}
|
||||
|
||||
function isReadySync() {
|
||||
return gPlatformReadyTimer === null;
|
||||
}
|
||||
|
||||
function removeOldImages(callback) {
|
||||
debug('removing old addon images');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user