Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bec8103

Browse files
committed
remove an unused variable 'dirfd'.
1 parent 714f279 commit bec8103

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/port/copydir.c

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* as a service.
1212
*
1313
* IDENTIFICATION
14-
* $PostgreSQL: pgsql/src/port/copydir.c,v 1.26 2010/02/15 00:50:57 stark Exp $
14+
* $PostgreSQL: pgsql/src/port/copydir.c,v 1.27 2010/02/15 04:05:06 itagaki Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -51,7 +51,6 @@ copydir(char *fromdir, char *todir, bool recurse)
5151
{
5252
DIR *xldir;
5353
struct dirent *xlde;
54-
int dirfd;
5554
char fromfile[MAXPGPATH];
5655
char tofile[MAXPGPATH];
5756

0 commit comments

Comments
 (0)