From 68e213319f2a3ee2f90e7bfccae8e5e13492d357 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 2 May 2017 15:53:49 +0200 Subject: remove empty comments found with: git ls-files | xargs grep -Pzl '/\*\* (\*|\s| )*\*/' Change-Id: I1f47bcb94d5a7b290a6c622c6941195fbb578597 Reviewed-on: https://gerrit.libreoffice.org/37159 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sal/qa/osl/process/osl_Thread.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'sal/qa/osl') diff --git a/sal/qa/osl/process/osl_Thread.cxx b/sal/qa/osl/process/osl_Thread.cxx index dc0434d23cb3..8248255ba78b 100644 --- a/sal/qa/osl/process/osl_Thread.cxx +++ b/sal/qa/osl/process/osl_Thread.cxx @@ -365,8 +365,7 @@ public: }; -/** -*/ + class OAddThread : public Thread { ThreadSafeValue m_aFlag; @@ -1701,8 +1700,6 @@ void SAL_CALL destroyCallback(void * data) static ThreadData myThreadData(destroyCallback); -/** -*/ class myKeyThread : public Thread { public: -- cgit