server-info.c: drop unused D lines.
authorJunio C Hamano <junkio@cox.net>
Mon, 5 Dec 2005 06:52:19 +0000 (22:52 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Dec 2005 07:19:31 +0000 (23:19 -0800)
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 <junkio@cox.net>
No differences found