From c9612783217073be82e25c6b7700b06ba96e8b35 Mon Sep 17 00:00:00 2001 From: Richard Newman Date: Thu, 20 Jun 2013 10:39:53 -0700 Subject: [PATCH] Bug 878677 - Follow-up: remove unused import. r=trivial --- services/sync/tests/unit/head_appinfo.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/sync/tests/unit/head_appinfo.js b/services/sync/tests/unit/head_appinfo.js index 970adb65d614..eea47905fcf9 100644 --- a/services/sync/tests/unit/head_appinfo.js +++ b/services/sync/tests/unit/head_appinfo.js @@ -3,8 +3,6 @@ const {classes: Cc, interfaces: Ci, results: Cr, utils: Cu} = Components; -Cu.import("resource://gre/modules/Services.jsm"); - let gSyncProfile; gSyncProfile = do_get_profile();