remove debugging statements, unused defines

This commit is contained in:
bienvenu%netscape.com 1999-05-17 23:35:45 +00:00
parent 0d98032cd0
commit 8ae1dd1ae2
2 changed files with 2 additions and 10 deletions

View File

@ -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)
{

View File

@ -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;