diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-08-17 11:17:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-08-17 13:36:08 +0200 |
commit | 3d0aca29e307af9f35e6c0e955c48ed9066e7fb8 (patch) | |
tree | 6c18bb9b1a31b0e88eecf72ecb1665a110bd9edd | |
parent | 931e923cdcf5eeac3ad2880c01d25456d9549dc8 (diff) |
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 <sbergman@redhat.com>
-rw-r--r-- | cppu/source/typelib/typelib.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
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<WeakMap_Impl> pWeakMap; // all type description callbacks |