remove debugging statements, unused defines

This commit is contained in:
bienvenu%netscape.com 1999-05-17 23:35:45 +00:00
Родитель e63efedcdc
Коммит 8858955c4d
2 изменённых файлов: 2 добавлений и 10 удалений

Просмотреть файл

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