bc7b35 Refactor: scheduler: remove dead code

3 files Authored by kgaillot 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: scheduler: remove dead code
    
    Several internal expression-testing functions were unused. While they might
    have had some potential future value, the abundance of similarly named
    functions made debugging difficult. Comment blocks were added to the functions
    they wrapped, which should add similar value.
    
    Also, we had an internal wrapper for pe__eval_date_expr() that was used
    only in crm_rule, so it was moved there.
    
        
file modified
+39 -91
file modified
+26 -1