Code cleanup

This commit is contained in:
pagefault
2001-07-23 01:59:00 +00:00
parent 40a5390032
commit e4f05aac39
2 changed files with 2 additions and 4 deletions

View File

@@ -324,7 +324,6 @@ DWORD ZFileFindEnd() // for compatibility with windows later
DWORD GetTime()
{
DWORD value;
struct tm *newtime;
time_t long_time;
@@ -340,7 +339,6 @@ DWORD GetTime()
DWORD GetDate()
{
DWORD value;
struct tm *newtime;
time_t long_time;