removing unused variable. patch from gautheri, r=me, sr=scc. bug 90906

This commit is contained in:
leaf%mozilla.org 2004-04-22 17:57:07 +00:00
Родитель 6d79381510
Коммит d5ba2d6212
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -68,7 +68,6 @@ tmTransactionManager::Init() {
void
tmTransactionManager::HandleTransaction(tmTransaction *aTrans) {
nsresult rv = NS_OK;
PRUint32 action = aTrans->GetAction();
PRUint32 ownerID = aTrans->GetOwnerID();
tmQueue *queue = nsnull;