don't need this code anymore, as we don't need to hash the hostname to get a suitable directory name. see #13480

This commit is contained in:
sspitzer%netscape.com 1999-09-15 07:31:27 +00:00
parent 40ffb5ffab
commit 68d0a7b530

View File

@ -36,14 +36,6 @@
#include "nsIMsgProtocolInfo.h"
#include "nsRDFCID.h"
#ifdef DEBUG_seth
#define DO_HASHING_OF_HOSTNAME 1
#endif
#ifdef DO_HASHING_OF_HOSTNAME
#include "nsMsgUtils.h"
#endif /* DO_HASHING_OF_HOSTNAME */
static NS_DEFINE_CID(kPrefServiceCID, NS_PREF_CID);
static NS_DEFINE_CID(kNetSupportDialogCID, NS_NETSUPPORTDIALOG_CID);
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);