Bug 959004 - remove gVolumeMountLock declaration since it isn't used. r=bbondy

This commit is contained in:
Robert Strong 2014-01-12 18:18:16 -08:00
parent 8c6600d7ad
commit db9a5b98aa

View File

@ -260,7 +260,6 @@ const PING_BGUC_ADDON_HAVE_INCOMPAT = 30;
var gLocale = null;
#ifdef MOZ_B2G
var gVolumeMountLock = null;
XPCOMUtils.defineLazyGetter(this, "gExtStorage", function aus_gExtStorage() {
return Services.env.get("EXTERNAL_STORAGE");
});