
<     simple_recursive_removal(dir, NULL);
---
>     dir ? simple_recursive_removal(dir, NULL) : (void)0;
