upload-pack: remove static variable 'stateless_rpc'
commitdf654abcccc31aed529a83dd9a0865dc93e79eeb
authorChristian Couder <christian.couder@gmail.com>
Fri, 15 May 2020 10:04:52 +0000 (15 12:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 18 May 2020 19:58:02 +0000 (18 12:58 -0700)
treed30f16fd39a898cf730bcd9b0d69c43f5e8ab1df
parentb08c97423fa3f55c1b40eb4b3604c4f990dd955b
upload-pack: remove static variable 'stateless_rpc'

As we cleanup 'upload-pack.c' by using 'struct upload_pack_data'
more thoroughly, let's remove the 'stateless_rpc' static
variable, as we can now use the field of 'struct upload_pack_data'
with the same name instead.

Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
upload-pack.c