Removed debug messages for obsolete ticfiles

This commit is contained in:
Michiel Broek
2005-12-31 12:31:14 +00:00
parent 400dcc5a91
commit 2b27fff8c2
2 changed files with 4 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ int Tic()
DIR *dp;
struct dirent *de;
struct stat sbuf;
int i, rc = 0, first = TRUE, Age;
int i, rc = 0, Age;
fd_list *fdl = NULL;
orphans *opl = NULL, *tmp;
time_t Now, Fdate;