HomeClusterLabs Projects

Refactor: tools: Remove unnecessary checks for cib != NULL.

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

Description

Refactor: tools: Remove unnecessary checks for cib != NULL.

cib is guaranteed to not be NULL at these points, so there's no need to
do an additional check. This code was leftover from a previous
reorganization that changed when the cib variable gets initialized.

Details

Provenance
clumensAuthored on Jan 7 2021, 1:20 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.