From ff764e4eb7d8bc02f240314792ad195ac4118f33 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Feb 2012 14:05:40 -0800 Subject: tools: fsys: Delete unused FileStat::FileStat(const void *) --- tools/source/fsys/unx.cxx | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'tools/source/fsys') 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 @@ -329,22 +329,6 @@ sal_uInt16 DirReader_Impl::Read() return 0; } -/************************************************************************* -|* -|* FileStat::FileStat() -|* -*************************************************************************/ - -FileStat::FileStat( const void * ): - aDateCreated(0), - aTimeCreated(0), - aDateModified(0), - aTimeModified(0), - aDateAccessed(0), - aTimeAccessed(0) -{ -} - /************************************************************************* |* |* FileStat::Update() -- cgit