filemode is parsed on win32 even if never used

Per buildfarm failure.
This commit is contained in:
Magnus Hagander 2011-01-23 14:45:23 +01:00
parent 048d148fe6
commit fe12263c9f

View File

@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
if (file == NULL)
{
#ifndef WIN32
mode_t filemode;
#endif
/*
* No current file, so this must be the header for a new file