X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=server-info.c;h=9ec744e9f2da294a21ac02b46f0ea0b35889ae54;hb=HEAD;hp=4098ca2b5c166c32cfe4aea9d1bff2e6593e9a60;hpb=c444c16589f95ac22d8e3ffe603cd7f0613512ce;p=git.git diff --git a/server-info.c b/server-info.c index 4098ca2b5..9ec744e9f 100644 --- a/server-info.c +++ b/server-info.c @@ -113,11 +113,8 @@ static int read_pack_info_file(const char *infofile) goto out_stale; break; case 'D': /* we used to emit D but that was misguided. */ - goto out_stale; - break; case 'T': /* we used to emit T but nobody uses it. */ goto out_stale; - break; default: error("unrecognized: %s", line); break;