Bug 1162673 - Part 1: Remove instances of #ifdef PR_LOGGING in layout. r=froydnj

PR_LOGGING is now always defined, we can remove #ifdefs checking for it.
This commit is contained in:
Eric Rahm
2015-05-11 13:53:18 -07:00
parent 0caaa76476
commit 5ccd7b80b4
15 changed files with 0 additions and 99 deletions

View File

@@ -33,7 +33,6 @@ typedef nsFlexContainerFrame::FlexLine FlexLine;
typedef nsFlexContainerFrame::FlexboxAxisTracker FlexboxAxisTracker;
typedef nsFlexContainerFrame::StrutInfo StrutInfo;
#ifdef PR_LOGGING
static PRLogModuleInfo*
GetFlexContainerLog()
{
@@ -42,7 +41,6 @@ GetFlexContainerLog()
sLog = PR_NewLogModule("nsFlexContainerFrame");
return sLog;
}
#endif /* PR_LOGGING */
// XXXdholbert Some of this helper-stuff should be separated out into a general
// "main/cross-axis utils" header, shared by grid & flexbox?