Skip to content

Commit adc4b00

Browse files
committed
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 1b46160 commit adc4b00

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
@@ -3169,7 +3169,6 @@ TClass *TClass::GetClass(const char *name, Bool_t load, Bool_t silent, size_t hi
31693169
}
31703170
} else {
31713171
normalizedName = cl->GetName(); // Use the fact that all TClass names are normalized.
3172-
checkTable = load && (normalizedName != name);
31733172
}
31743173

31753174
if (!load) return nullptr;

0 commit comments

Comments
 (0)