diff options
Diffstat (limited to 'win32')
-rw-r--r-- | win32/WinTypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 <class T> void operator()(T *pUnknown) noexcept { - // same as ReleaseUnknown() in PlatWin.h try { pUnknown->Release(); } catch (...) { |