mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 14:41:36 +08:00
Merge pull request #401 from stweil/windows
tlog: Remove unused macro TLOG_FATAL
This commit is contained in:
commit
d093ed40cc
@ -38,12 +38,4 @@ DECLARE_INT_PARAM_FLAG(tlog_level);
|
||||
|
||||
#define TLOG_IS_ON(level) (FLAGS_tlog_level >= level)
|
||||
|
||||
#define TLOG_FATAL(msg, ...) \
|
||||
{ \
|
||||
tprintf(msg); \
|
||||
ASSERT_FAILED.error("", ABORT, "in file %s, line %d", \
|
||||
__FILE__, __LINE__); \
|
||||
}
|
||||
|
||||
|
||||
#endif // TESSERACT_TRAINING_TLOG_H_
|
||||
|
Loading…
Reference in New Issue
Block a user