From: Junio C Hamano Date: Mon, 5 Dec 2005 06:52:19 +0000 (-0800) Subject: server-info.c: drop unused D lines. X-Git-Tag: v0.99.9m^2~76 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6f42f89c1f7030d1101f08bf56d06cc2b6828b83?ds=inline;hp=6f42f89c1f7030d1101f08bf56d06cc2b6828b83 server-info.c: drop unused D lines. We tried to compute pack interdependency information in $GIT_DIR/objects/info/packs, hoping that dumb transports would make use of it when choosing from multiple choice, but that has never materialized, so stop computing D lines for now. Signed-off-by: Junio C Hamano ---