Remove unused function

This commit is contained in:
Girish Ramakrishnan
2017-07-18 13:42:22 -07:00
parent 8f04163262
commit b4fb73934b

View File

@@ -48,7 +48,6 @@ exports = module.exports = {
setCatchAllAddress: setCatchAllAddress,
getCatchAllAddress: getCatchAllAddress,
getDefaultSync: getDefaultSync,
getAll: getAll,
// booleans. if you add an entry here, be sure to fix getAll
@@ -591,12 +590,6 @@ function setAppstoreConfig(appstoreConfig, callback) {
}
function getDefaultSync(name) {
assert.strictEqual(typeof name, 'string');
return gDefaults[name];
}
function getAll(callback) {
assert.strictEqual(typeof callback, 'function');