jaosorior / certmonger

Forked from certmonger 6 years ago
Clone

caf65ab Don't check a never-NULL pointer for being NULL

Authored and Committed by nalin 8 years ago
1 file changed. 1 lines added. 3 lines removed.
    Don't check a never-NULL pointer for being NULL
    
    Don't check that the state structure isn't NULL when we know it can't
    be, and doing so triggers a warning from static analysis.
    
        
file modified
+1 -3