• Show log

    Commit

  • Hash : ee9e9163
    Author : Edward Thomson
    Date : 2020-05-23T15:56:29

    clar: remove files internally instead of /bin/rm
    
    Similar to how clar has used `/bin/cp` to copy files, it's used
    `/bin/rm` to remove them.  This has similar deficiencies; meaning that
    leaks is noisy and it's slow.  Move it to an internal function.