Commit bec81039 authored by Itagaki Takahiro's avatar Itagaki Takahiro

remove an unused variable 'dirfd'.

parent 714f2794
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
* as a service. * as a service.
* *
* IDENTIFICATION * IDENTIFICATION
* $PostgreSQL: pgsql/src/port/copydir.c,v 1.26 2010/02/15 00:50:57 stark Exp $ * $PostgreSQL: pgsql/src/port/copydir.c,v 1.27 2010/02/15 04:05:06 itagaki Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -51,7 +51,6 @@ copydir(char *fromdir, char *todir, bool recurse) ...@@ -51,7 +51,6 @@ copydir(char *fromdir, char *todir, bool recurse)
{ {
DIR *xldir; DIR *xldir;
struct dirent *xlde; struct dirent *xlde;
int dirfd;
char fromfile[MAXPGPATH]; char fromfile[MAXPGPATH];
char tofile[MAXPGPATH]; char tofile[MAXPGPATH];
......
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