wasm: Ifdef out unused function systemHasStderr

Change-Id: Ifae799d62668382c93ef85826b397f4a9d3e4199
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
(cherry picked from commit 09681d46f4cd17b2e78c93ff7da9e030f0ce6e0e)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Tor Arne Vestbø 2024-08-26 18:34:09 +02:00 committed by Qt Cherry-pick Bot
parent 28abd01732
commit cf0b87c7c2

View File

@ -219,6 +219,8 @@ static bool isFatal(QtMsgType msgType)
return false;
}
#ifndef Q_OS_WASM
/*!
Returns true if writing to \c stderr is supported.
@ -230,8 +232,6 @@ static bool systemHasStderr()
return true;
}
#ifndef Q_OS_WASM
/*!
Returns true if writing to \c stderr will end up in a console/terminal visible to the user.