Skip to content

Commit 95fd530

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 a899c05 commit 95fd530

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
@@ -3068,7 +3068,6 @@ TClass *TClass::GetClass(const char *name, Bool_t load, Bool_t silent, size_t hi
30683068
}
30693069
} else {
30703070
normalizedName = cl->GetName(); // Use the fact that all TClass names are normalized.
3071-
checkTable = load && (normalizedName != name);
30723071
}
30733072

30743073
if (!load) return nullptr;

0 commit comments

Comments
 (0)