summaryrefslogtreecommitdiff
path: root/sal/osl/unx/file.cxx
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-06-24 15:10:09 +1000
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-06-25 11:50:44 +0200
commitb376eec5c70b5fced2e2bdc205191381b66948a7 (patch)
treeda0db88dd599187f672c8e1e61dada1a20ea3886 /sal/osl/unx/file.cxx
parent3c5d5ff4e8050b9470a899f618e8c5c2c2481ab5 (diff)
osl: remove unneeded comment in unx/file.cxx
Change-Id: If2e4c06a1d083f82ab531a15ae0bd983f7a5586e Reviewed-on: https://gerrit.libreoffice.org/39199 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sal/osl/unx/file.cxx')
-rw-r--r--sal/osl/unx/file.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/sal/osl/unx/file.cxx b/sal/osl/unx/file.cxx
index f631a424d353..85ce42135db4 100644
--- a/sal/osl/unx/file.cxx
+++ b/sal/osl/unx/file.cxx
@@ -60,11 +60,6 @@
#include <android/asset_manager.h>
#endif
-/*******************************************************************
- *
- * FileHandle_Impl interface
- *
- ******************************************************************/
struct FileHandle_Impl
{
pthread_mutex_t m_mutex;