Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbec8103

Browse files
committed
remove an unused variable 'dirfd'.
1 parent714f279 commitbec8103

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/1500:50:57 stark Exp $
14+
* $PostgreSQL: pgsql/src/port/copydir.c,v 1.27 2010/02/1504:05:06 itagaki Exp $
1515
*
1616
*-------------------------------------------------------------------------
1717
*/
@@ -51,7 +51,6 @@ copydir(char *fromdir, char *todir, bool recurse)
5151
{
5252
DIR*xldir;
5353
structdirent*xlde;
54-
intdirfd;
5554
charfromfile[MAXPGPATH];
5655
chartofile[MAXPGPATH];
5756

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp