mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Remove some unused code.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user