Skip to content

Commit 37fe629

Browse files
pcanaldpiparo
authored andcommitted
Remove spurrious statement.
At this point, if `cl` was found it was from a simple `FindObject` on the list class which guarantees that the name is already normalized
1 parent d08f1d3 commit 37fe629

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/meta/src/TClass.cxx

-1
Original file line numberDiff line numberDiff line change
@@ -3137,7 +3137,6 @@ TClass *TClass::GetClass(const char *name, Bool_t load, Bool_t silent, size_t hi
31373137
}
31383138
} else {
31393139
normalizedName = cl->GetName(); // Use the fact that all TClass names are normalized.
3140-
checkTable = load && (normalizedName != name);
31413140
}
31423141

31433142
if (!load) return nullptr;

0 commit comments

Comments
 (0)