diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2017-06-24 15:10:09 +1000 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-06-25 11:50:44 +0200 |
commit | b376eec5c70b5fced2e2bdc205191381b66948a7 (patch) | |
tree | da0db88dd599187f672c8e1e61dada1a20ea3886 /sal | |
parent | 3c5d5ff4e8050b9470a899f618e8c5c2c2481ab5 (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')
-rw-r--r-- | sal/osl/unx/file.cxx | 5 |
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; |