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:
Eric Rahm
2015-05-14 10:13:23 -07:00
parent 295ed158cd
commit 78a96dc27f
11 changed files with 12 additions and 73 deletions

View File

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