Bug 1109061 - Remove some useless variables r=standard8 a=aleth
--HG-- extra : rebase_source : e1a9c0d14d15d34ab617af5e698299721006dc07
This commit is contained in:
Родитель
3ccb68cdc5
Коммит
b45393a7ae
|
@ -41,8 +41,6 @@
|
|||
// when the cache is allocated.
|
||||
const uint32_t kInitialAddrDBCacheSize = 3;
|
||||
|
||||
const int32_t kAddressBookDBVersion = 1;
|
||||
|
||||
static const char kPabTableKind[] = "ns:addrbk:db:table:kind:pab";
|
||||
static const char kDeletedCardsTableKind[] = "ns:addrbk:db:table:kind:deleted"; // this table is used to keep the deleted cards
|
||||
|
||||
|
@ -60,7 +58,6 @@ static const char kRecordKeyColumn[] = "RecordKey";
|
|||
static const char kLastRecordKeyColumn[] = "LastRecordKey";
|
||||
static const char kRowIDProperty[] = "DbRowID";
|
||||
|
||||
static const char kMailListTotalLists[] = "ListTotalLists"; // total number of mail list in a mailing list
|
||||
static const char kLowerListNameColumn[] = "LowercaseListName";
|
||||
|
||||
struct mdbOid gAddressBookTableOID;
|
||||
|
|
|
@ -99,7 +99,6 @@
|
|||
#include "nsILinkHandler.h"
|
||||
|
||||
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
||||
static NS_DEFINE_CID(kMsgSendLaterCID, NS_MSGSENDLATER_CID);
|
||||
|
||||
#define FOUR_K 4096
|
||||
#define MESSENGER_SAVE_DIR_PREF_NAME "messenger.save.dir"
|
||||
|
|
|
@ -84,7 +84,6 @@ static PRTime gtimeOfLastPurgeCheck; //variable to know when to check for pur
|
|||
const char *kUseServerRetentionProp = "useServerRetention";
|
||||
|
||||
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
||||
static NS_DEFINE_CID(kCMailDB, NS_MAILDB_CID);
|
||||
|
||||
nsICollation * nsMsgDBFolder::gCollationKeyGenerator = nullptr;
|
||||
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
#include "nsIMsgPluggableStore.h"
|
||||
#include "mozilla/Services.h"
|
||||
|
||||
static NS_DEFINE_CID(kCMailDB, NS_MAILDB_CID);
|
||||
static NS_DEFINE_CID(kRDFServiceCID, NS_RDFSERVICE_CID);
|
||||
|
||||
/* the following macros actually implement addref, release and query interface for our component. */
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
#include "nsIPgpMimeProxy.h"
|
||||
#include "nsComponentManagerUtils.h"
|
||||
|
||||
static NS_DEFINE_CID(kMimeObjectClassAccessCID, NS_MIME_OBJECT_CLASS_ACCESS_CID);
|
||||
|
||||
#define MIME_SUPERCLASS mimeEncryptedClass
|
||||
MimeDefClass(MimeEncryptedPgp, MimeEncryptedPgpClass,
|
||||
mimeEncryptedPgpClass, &MIME_SUPERCLASS);
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include "nsMsgI18N.h"
|
||||
|
||||
static const uint32_t kSpacesForATab = 4; // Must be at least 1.
|
||||
static const uint32_t kInitialBufferSize = 100;
|
||||
|
||||
#define MIME_SUPERCLASS mimeInlineTextClass
|
||||
MimeDefClass(MimeInlineTextPlainFlowed, MimeInlineTextPlainFlowedClass,
|
||||
|
|
Загрузка…
Ссылка в новой задаче