From: Nguyễn Thái Ngọc Duy Date: Sun, 12 Jun 2016 10:53:47 +0000 (+0700) Subject: upload-pack: remove unused variable "backup" X-Git-Tag: v2.11.0-rc0~68^2~22 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/ef635b9056e23c06b4b5bcb4de294c1f6d9dda24?hp=ef635b9056e23c06b4b5bcb4de294c1f6d9dda24 upload-pack: remove unused variable "backup" After the last patch, "result" and "backup" are the same. "result" used to move, but the movement is now contained in send_shallow(). Delete this redundant variable. Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---