aboutsummaryrefslogtreecommitdiff
path: root/runtime/src/kmp_stats.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/src/kmp_stats.cpp')
-rw-r--r--runtime/src/kmp_stats.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/runtime/src/kmp_stats.cpp b/runtime/src/kmp_stats.cpp
index 650a614..71f2dd9 100644
--- a/runtime/src/kmp_stats.cpp
+++ b/runtime/src/kmp_stats.cpp
@@ -546,7 +546,6 @@ static std::string generateFilename(char const *prototype,
// of __kmp_stats_global_output
void kmp_stats_output_module::init() {
- fprintf(stderr, "*** Stats enabled OpenMP* runtime ***\n");
char *statsFileName = getenv("KMP_STATS_FILE");
eventsFileName = getenv("KMP_STATS_EVENTS_FILE");
plotFileName = getenv("KMP_STATS_PLOT_FILE");