HomeClusterLabs Projects

Refactor: libcrmcommon: remove crm_concat()

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: libcrmcommon: remove crm_concat()

... in favor of using crm_strdup_printf() directly.

Since crm_concat() existed before crm_strdup_printf(), in many cases it was
awkwardly shoehorned into purposes the latter is better suited for anyway.
Even in cases where it made sense, crm_strdup_printf() is often more readable.

Details

Provenance
kgaillotAuthored on Mar 13 2020, 8:00 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.