mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
remove an unused variable 'dirfd'.
This commit is contained in:
parent
714f279457
commit
bec8103993
1 changed files with 1 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
|||
* as a service.
|
||||
*
|
||||
* 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)
|
|||
{
|
||||
DIR *xldir;
|
||||
struct dirent *xlde;
|
||||
int dirfd;
|
||||
char fromfile[MAXPGPATH];
|
||||
char tofile[MAXPGPATH];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue