Remove unused variable in receive-pack.
commit861ed12106d7f8e65b90c8a5ed4a026cd71a044d
authorShawn Pearce <spearce@spearce.org>
Mon, 30 Oct 2006 22:34:50 +0000 (30 17:34 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 31 Oct 2006 03:12:29 +0000 (30 19:12 -0800)
tree2c288c8fde1d6ceddfa45c9e701eeb4b295933f5
parentb8077709243138c3d8cc1c096c06a95b250a9001
Remove unused variable in receive-pack.

We aren't using this return code variable for anything so lets
just get rid of it to keep this section of code clean.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
receive-pack.c