Commit fe12263c authored by Magnus Hagander's avatar Magnus Hagander

filemode is parsed on win32 even if never used

Per buildfarm failure.
parent 048d148f
...@@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum) ...@@ -483,9 +483,7 @@ ReceiveAndUnpackTarFile(PGconn *conn, PGresult *res, int rownum)
if (file == NULL) if (file == NULL)
{ {
#ifndef WIN32
mode_t filemode; mode_t filemode;
#endif
/* /*
* No current file, so this must be the header for a new file * No current file, so this must be the header for a new file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment