]> git.draconx.ca Git - gob-dx.git/commitdiff
Use "remove" to delete files.
authorNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:26:39 +0000 (23:26 -0500)
committerNick Bowler <nbowler@draconx.ca>
Fri, 25 Feb 2022 04:41:26 +0000 (23:41 -0500)
The standard C library has a function to delete files, let's not pull
in unix headers just to get "unlink" when standard C will do fine.


No differences found