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

1 file Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    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.
    
        
file modified
+19 -22