Skip to content

Commit

Permalink
iamp-send.c: remove unused struct imap_store_conf
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Michael Haggerty authored and Junio C Hamano committed Jan 15, 2013
1 parent cbc6076 commit 75b24bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions imap-send.c
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,6 @@ static struct imap_server_conf server = {
NULL, /* auth_method */
};

struct imap_store_conf {
struct store_conf gen;
struct imap_server_conf *server;
};

#define NIL (void *)0x1
#define LIST (void *)0x2

Expand Down

0 comments on commit 75b24bd

Please sign in to comment.