Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #625 from lioncash/logging
Remove some unnecessary defines in Log.h
  • Loading branch information
lioncash committed Jul 15, 2014
2 parents 8428a47 + 8087a89 commit 8cc11de
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Source/Core/Common/Logging/Log.h
Expand Up @@ -77,12 +77,9 @@ enum LOG_LEVELS

static const char LOG_LEVEL_TO_CHAR[7] = "-NEWID";

#define LOGTYPES_LEVELS LogTypes::LOG_LEVELS
#define LOGTYPES_TYPE LogTypes::LOG_TYPE

} // namespace

void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type,
void GenericLog(LogTypes::LOG_LEVELS level, LogTypes::LOG_TYPE type,
const char *file, int line, const char *fmt, ...)
#ifdef __GNUC__
__attribute__((format(printf, 5, 6)))
Expand Down

0 comments on commit 8cc11de

Please sign in to comment.