Revert "Added file logging for rocclr & HIP"

This reverts commit 5f055d227d.

This change broke the legacy-complib build in p4. It seems that we can't use any flags in debug.cpp.

Change-Id: I17bb83651b85d6f415d9074634b479658fd4c3f9
This commit is contained in:
Vlad Sytchenko
2020-06-23 13:16:25 -04:00
committed by Vladislav Sytchenko
parent 6f2dfea285
commit 20c24cae93
2 changed files with 1 additions and 22 deletions
-2
View File
@@ -26,8 +26,6 @@
\
release(int, AMD_LOG_LEVEL, 0, \
"The default log level") \
release(bool, AMD_LOG_FILE, false, \
"By default log file is disabled") \
release(uint, AMD_LOG_MASK, 0X7FFFFFFF, \
"The mask to enable specific kinds of logs") \
debug(uint, DEBUG_GPU_FLAGS, 0, \