diff options
Diffstat (limited to 'contrib/pg_upgrade/file.c')
-rw-r--r-- | contrib/pg_upgrade/file.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/pg_upgrade/file.c b/contrib/pg_upgrade/file.c index 3ffea54ef26..f035a6ad2f6 100644 --- a/contrib/pg_upgrade/file.c +++ b/contrib/pg_upgrade/file.c @@ -13,12 +13,6 @@ #include <windows.h> #endif -#ifndef WIN32 -char pathSeparator = '/'; -#else -char pathSeparator = '\\'; -#endif - static int copy_file(const char *fromfile, const char *tofile, bool force); |