diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-06 14:05:40 -0800 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-02-07 00:44:28 +0100 |
commit | ff764e4eb7d8bc02f240314792ad195ac4118f33 (patch) | |
tree | 6c92614357b255f31eaca27f2f6150c6ebf428c0 /tools/source/fsys | |
parent | 8d31e2fe628b725e34427789a6afdd6509a0c3f4 (diff) |
tools: fsys: Delete unused FileStat::FileStat(const void *)
Diffstat (limited to 'tools/source/fsys')
-rw-r--r-- | tools/source/fsys/unx.cxx | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/source/fsys/unx.cxx b/tools/source/fsys/unx.cxx index f8be021b8ff1..007dc81d951c 100644 --- a/tools/source/fsys/unx.cxx +++ b/tools/source/fsys/unx.cxx @@ -331,22 +331,6 @@ sal_uInt16 DirReader_Impl::Read() /************************************************************************* |* -|* FileStat::FileStat() -|* -*************************************************************************/ - -FileStat::FileStat( const void * ): - aDateCreated(0), - aTimeCreated(0), - aDateModified(0), - aTimeModified(0), - aDateAccessed(0), - aTimeAccessed(0) -{ -} - -/************************************************************************* -|* |* FileStat::Update() |* *************************************************************************/ |