Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Nov 6, 2017
1 parent 21dc77c commit 5db13c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/cont/src/THashList.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ void THashList::RecursiveRemove(TObject *obj)
fTable->RemoveSlow(object);

} else if (fTable->FindObject(obj)) {
// Remove obj in the list itself
TObject *object = TList::Remove(obj);
if (object)
fTable->Remove(object);
Expand Down

0 comments on commit 5db13c6

Please sign in to comment.