From 3d0aca29e307af9f35e6c0e955c48ed9066e7fb8 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 17 Aug 2020 11:17:32 +0200 Subject: Remove dead comment ...which had been dead ever since b525a3115f54576017a576ff842dede5e2e3545d "initial import" and whose removal has already been suggested in 04bb20f5ad182fd1aa8a4e2e7f569043be8405c1 "Fix typo" Change-Id: I57d1e284e9c38836dca620fd3d0058fc5c6f098e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100854 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- cppu/source/typelib/typelib.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'cppu') diff --git a/cppu/source/typelib/typelib.cxx b/cppu/source/typelib/typelib.cxx index 587f3c6e6405..0a84ee4cb708 100644 --- a/cppu/source/typelib/typelib.cxx +++ b/cppu/source/typelib/typelib.cxx @@ -170,7 +170,6 @@ namespace { struct TypeDescriptor_Init_Impl { - //sal_Bool bDestructorCalled; // all type description references std::unique_ptr pWeakMap; // all type description callbacks -- cgit