зеркало из https://github.com/mozilla/pjs.git
remove debugging statements, unused defines
This commit is contained in:
Родитель
e63efedcdc
Коммит
8858955c4d
|
@ -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;
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче