1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00

fixed a compilation warning

This commit is contained in:
Aurelien Foret 2005-10-29 07:18:11 +00:00
parent 36da65c468
commit 617263a605

View File

@ -77,7 +77,6 @@ int rmrf(char *path)
struct dirent *dp;
DIR *dirp;
char name[PATH_MAX];
extern int errno;
if(!unlink(path)) {
return(0);