summaryrefslogtreecommitdiffstats
path: root/dom/apps/AppsUtils.jsm
diff options
context:
space:
mode:
Diffstat (limited to 'dom/apps/AppsUtils.jsm')
-rw-r--r--dom/apps/AppsUtils.jsm3
1 files changed, 0 insertions, 3 deletions
diff --git a/dom/apps/AppsUtils.jsm b/dom/apps/AppsUtils.jsm
index 3ca3f8552..2bd6a4133 100644
--- a/dom/apps/AppsUtils.jsm
+++ b/dom/apps/AppsUtils.jsm
@@ -312,9 +312,6 @@ this.AppsUtils = {
// Instead, we check if the app is installed under /system/b2g
let isCoreApp = false;
-#ifdef MOZ_WIDGET_GONK
- isCoreApp = app.basePath == this.getCoreAppsBasePath();
-#endif
debug(app.basePath + " isCoreApp: " + isCoreApp);
return { "path": app.basePath + "/" + app.id,