remove unused variable

This commit is contained in:
Radim Kolar 2014-09-07 11:46:47 +02:00
parent ba56dcfe88
commit 91a990a561

View File

@ -1085,8 +1085,6 @@ const char *server_rename (PPATH *src,PPATH *dest,DIRINFO *sdir, DIRINFO *tdir)
{ {
struct stat sb; struct stat sb;
int issrcdir, istargetdir; int issrcdir, istargetdir;
unsigned n;
const char *pe;
/* explore type of source object */ /* explore type of source object */
if(FSP_STAT(src->fullp,&sb)) return("can't find source file or directory"); if(FSP_STAT(src->fullp,&sb)) return("can't find source file or directory");