Bug 1164556 - Part 1: Remove instances of #ifdef PR_LOGGING in toolkit. r=froydnj
PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
nsresult GetPrefixes(FallibleTArray<uint32_t>& aAddPrefixes);
|
||||
void ClearCompleteCache();
|
||||
|
||||
#if DEBUG && defined(PR_LOGGING)
|
||||
#if DEBUG
|
||||
void Dump();
|
||||
#endif
|
||||
nsresult WriteFile();
|
||||
|
||||
Reference in New Issue
Block a user