Bug 482561 - Remove localLock notifications

This commit is contained in:
Edward Lee 2009-03-10 15:33:50 -05:00
Родитель 0de01a5c05
Коммит f9eff8780e
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -122,8 +122,6 @@ let Wrap = {
if (!ret)
throw "Could not acquire lock";
Svc.Observer.notifyObservers(null, this._osPrefix + "local-lock:acquired", "");
try {
args = savedArgs.concat(args);
args.unshift(this, savedMethod, self.cb);
@ -134,7 +132,6 @@ let Wrap = {
} finally {
this.unlock();
Svc.Observer.notifyObservers(null, this._osPrefix + "local-lock:released", "");
}
self.done(ret);