Remove redundant assignment.

Found by:	Clang Static Analyzer
MFC after:	1 week
This commit is contained in:
Pawel Jakub Dawidek 2011-12-15 22:05:23 +00:00
parent 8c63ee4ff7
commit f59936d642

View File

@ -199,8 +199,6 @@ init_remote(struct hast_resource *res, struct nv *nvin)
pjdlog_errno(LOG_WARNING, "Unable to set connection direction");
#endif
map = NULL;
mapsize = 0;
nvout = nv_alloc();
nv_add_int64(nvout, (int64_t)res->hr_datasize, "datasize");
nv_add_int32(nvout, (int32_t)res->hr_extentsize, "extentsize");