From 49df367a5da14b31729e2f4f5dd6bf4e249df8d3 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 9 Jun 2020 09:36:28 +0300 Subject: Bin pointless if (true) Change-Id: Ic48ed35ae2164c41600c7e4f4890fd164fba3cb6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95891 Tested-by: Jenkins Reviewed-by: Tor Lillqvist --- vcl/source/window/window.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 82ce1465b9a9..438d6fc306fe 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -252,7 +252,7 @@ void Window::dispose() ReleaseMouse(); #if OSL_DEBUG_LEVEL > 0 - if ( true ) // always perform these tests in debug builds + // always perform these tests in debug builds { OStringBuffer aErrorStr; bool bError = false; -- cgit