From: Itagaki Takahiro Date: Mon, 15 Feb 2010 04:05:06 +0000 (+0000) Subject: remove an unused variable 'dirfd'. X-Git-Tag: REL9_0_0~930 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=bec81039931583f06baaab78527a877a927c3084;p=pg-rex%2Fsyncrep.git remove an unused variable 'dirfd'. --- diff --git a/src/port/copydir.c b/src/port/copydir.c index a52b1f71a1..9b6bb5354a 100644 --- 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.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];