diff options
author | Jeff King <peff@peff.net> | 2012-02-06 01:29:37 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-05 23:44:56 -0800 |
commit | 28b22f8af9053109d1f09fef749b6b96ee41050a (patch) | |
tree | c3d72d1116ec108c7df0c759fcf7de37ea76ac68 /http-push.c | |
parent | Update draft release notes to 1.7.6.6 (diff) | |
download | tgif-28b22f8af9053109d1f09fef749b6b96ee41050a.tar.xz |
imap-send: remove dead code
The imap-send code was adapted from another project, and
still contains many unused bits of code. One of these bits
contains a type "struct string_list" which bears no
resemblence to the "struct string_list" we use elsewhere in
git. This causes the compiler to complain if git's
string_list ever becomes part of cache.h.
Let's just drop the dead code.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-push.c')
0 files changed, 0 insertions, 0 deletions