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

Lines changed: 1 addition & 2 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy