mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
remove debugging statements, unused defines
This commit is contained in:
parent
0d98032cd0
commit
8ae1dd1ae2
@ -100,7 +100,7 @@ NS_IMETHODIMP nsMsgMailboxParser::OnStopBinding(nsIURL* aURL, nsresult aStatus,
|
||||
|
||||
// and we want to mark ourselves for deletion or some how inform our protocol manager that we are
|
||||
// available for another url if there is one....
|
||||
#ifdef DEBUG
|
||||
#ifdef DEBUG1
|
||||
// let's dump out the contents of our db, if possible.
|
||||
if (m_mailDB)
|
||||
{
|
||||
|
@ -42,21 +42,13 @@ class nsIMsgFilter;
|
||||
class MSG_FolderInfoMail;
|
||||
class nsIMsgFilterList;
|
||||
|
||||
/*
|
||||
struct MSG_Rule;
|
||||
class MailMessageHdr;
|
||||
class MSG_UrlQueue;
|
||||
class TImapFlagAndUidState;
|
||||
class MSG_FolderInfoContainer;
|
||||
class MSG_IMAPHost;
|
||||
*/
|
||||
|
||||
/* Used for the various things that parse RFC822 headers...
|
||||
*/
|
||||
typedef struct message_header
|
||||
{
|
||||
const char *value; /* The contents of a header (after ": ") */
|
||||
int32 length; /* The length of the data (it is not NULL-terminated.) */
|
||||
PRInt32 length; /* The length of the data (it is not NULL-terminated.) */
|
||||
} message_header;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user