From b8bb3049ce7dce826eb54108886250a665171609 Mon Sep 17 00:00:00 2001 From: "bugzilla%standard8.plus.com" Date: Sun, 30 Sep 2007 06:55:47 +0000 Subject: [PATCH] Remove line from checkin of bug 356208 that shouldn't have been checked in --- mailnews/addrbook/src/nsAbLDAPDirectory.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mailnews/addrbook/src/nsAbLDAPDirectory.cpp b/mailnews/addrbook/src/nsAbLDAPDirectory.cpp index f76862f5568..4a2c68f90e0 100644 --- a/mailnews/addrbook/src/nsAbLDAPDirectory.cpp +++ b/mailnews/addrbook/src/nsAbLDAPDirectory.cpp @@ -133,8 +133,6 @@ NS_IMETHODIMP nsAbLDAPDirectory::GetURI(nsACString &aURI) return NS_OK; } -#define MOZ_EXPERIMENTAL_WRITEABLE_LDAP 1 - NS_IMETHODIMP nsAbLDAPDirectory::GetOperations(PRInt32 *aOperations) { *aOperations = nsIAbDirectory::opSearch;