7e83ff8 libgfs2: Remove superfluous NULL check from gfs2_rgrp_free

Authored and Committed by andyp 9 years ago
    libgfs2: Remove superfluous NULL check from gfs2_rgrp_free
    
    Coverity was complaining that this NULL check indicated that previous
    dereferences were bad. Remove the NULL check and let free(3) deal with
    NULL conditions (of which there are none in this case).
    
    Signed-off-by: Andrew Price <anprice@redhat.com>
    
        
file modified
+1 -2