removed unused variables
This commit is contained in:
parent
053806ce5b
commit
54b14c439d
|
@ -54,17 +54,6 @@ static const int g_defaultMaxPriority = kDEBUG;
|
||||||
static const int g_defaultMaxPriority = kINFO;
|
static const int g_defaultMaxPriority = kINFO;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// length of longest string in g_priority
|
|
||||||
static const int g_maxPriorityLength = 7;
|
|
||||||
|
|
||||||
// length of suffix string (": ")
|
|
||||||
static const int g_prioritySuffixLength = 2;
|
|
||||||
|
|
||||||
// amount of padded required to fill in the priority prefix
|
|
||||||
static const int g_priorityPad = g_maxPriorityLength +
|
|
||||||
g_prioritySuffixLength;
|
|
||||||
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// CLog
|
// CLog
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue