You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Prior to this commit the static loader class used variable assignment in
conditionals unnecessarily and made a comparison (name_authority ==
Pcore::RUNTIME_NAME_AUTHORITY) that was always true.
This commit simplifies the conditionals to both remove the redundant
comparison and variable assignment in conditional.
0 commit comments