From 5bc7f554b63702f7b8944be22347feb0acd7ea7c Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 3 Dec 2021 08:53:57 +1100 Subject: Remove comment that is no longer correct. --- win32/WinTypes.h | 1 - 1 file changed, 1 deletion(-) (limited to 'win32') diff --git a/win32/WinTypes.h b/win32/WinTypes.h index 44a12f38b..9badd70a8 100644 --- a/win32/WinTypes.h +++ b/win32/WinTypes.h @@ -30,7 +30,6 @@ struct UnknownReleaser { // Called by unique_ptr to destroy/free the resource template void operator()(T *pUnknown) noexcept { - // same as ReleaseUnknown() in PlatWin.h try { pUnknown->Release(); } catch (...) { -- cgit v1.2.3