Remove some unused code.

This commit is contained in:
2021-03-14 18:50:14 +00:00
parent b1f7226cfa
commit 1fa25644d1
13 changed files with 11 additions and 48 deletions

View File

@@ -39,7 +39,7 @@ Copyright (C) 2011-2021 Natalia Portillo
void DeleteFiles(const char* path)
{
char filename[9];
long pos = 0;
long pos;
FILE* h;
int ret;

View File

@@ -42,7 +42,7 @@ void Filenames(const char* path)
FILE* h;
int rc, wRc, cRc;
char message[300];
int pos = 0;
int pos;
ret = chdir(path);