Bug 1267388 - remove redeclaraction of authMgr. r=eslint

This commit is contained in:
Sebastian Hengst 2016-04-29 19:43:27 +02:00
Родитель 0d3fc06844
Коммит dbacd6ac3c
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -1486,8 +1486,6 @@ add_task(function* runTests() {
// Clear cached auth from this subtest, and avoid leaking due to bug 459620.
var authMgr = Cc['@mozilla.org/network/http-auth-manager;1'].
getService(Ci.nsIHttpAuthManager);
authMgr.clearAll();
ok(true, "authMgr cleared cached auth");