diff options
author | Alex Gorrod <alexander.gorrod@mongodb.com> | 2017-07-06 15:57:08 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 15:57:08 +1000 |
commit | 502d4cc5f4d7a41ccd5306f33e60aa6a451fe6e6 (patch) | |
tree | ba8fee0f1ef86688c5a81a970f548e3eab96bf1d /src/support | |
parent | d5f82a43f1e0c8aafd38f0098bc9349a6de335e6 (diff) | |
download | mongo-502d4cc5f4d7a41ccd5306f33e60aa6a451fe6e6.tar.gz |
Revert "WT-3394 Build WiredTiger with gcc7 (#3492)" (#3498)
This reverts commit d5f82a43f1e0c8aafd38f0098bc9349a6de335e6.
Diffstat (limited to 'src/support')
-rw-r--r-- | src/support/err.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/support/err.c b/src/support/err.c index 94ae27628c2..a62a9895684 100644 --- a/src/support/err.c +++ b/src/support/err.c @@ -361,22 +361,6 @@ __wt_ext_err_printf( } /* - * __wt_verbose_worker -- - * Verbose message. - */ -void -__wt_verbose_worker(WT_SESSION_IMPL *session, const char *fmt, ...) - WT_GCC_FUNC_ATTRIBUTE((format (printf, 2, 3))) - WT_GCC_FUNC_ATTRIBUTE((cold)) -{ - va_list ap; - - va_start(ap, fmt); - WT_IGNORE_RET(__wt_eventv(session, true, 0, NULL, 0, fmt, ap)); - va_end(ap); -} - -/* * info_msg -- * Informational message. */ |