projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
714f279
)
remove an unused variable 'dirfd'.
author
Itagaki Takahiro
Mon, 15 Feb 2010 04:05:06 +0000
(
04:05
+0000)
committer
Itagaki Takahiro
Mon, 15 Feb 2010 04:05:06 +0000
(
04:05
+0000)
src/port/copydir.c
patch
|
blob
|
blame
|
history
diff --git
a/src/port/copydir.c
b/src/port/copydir.c
index a52b1f71a1b9c3eca58aa3936e298192e6ca82bb..9b6bb5354a15800fc492ec618a8ff4c7d6c29895 100644
(file)
--- a/
src/port/copydir.c
+++ b/
src/port/copydir.c
@@
-11,7
+11,7
@@
* as a service.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/port/copydir.c,v 1.2
6 2010/02/15 00:50:57 stark
Exp $
+ * $PostgreSQL: pgsql/src/port/copydir.c,v 1.2
7 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];