summaryrefslogtreecommitdiff
path: root/cosv/source/storage/persist.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'cosv/source/storage/persist.cxx')
-rw-r--r--cosv/source/storage/persist.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/cosv/source/storage/persist.cxx b/cosv/source/storage/persist.cxx
index e0909a45e018..293967b2b05c 100644
--- a/cosv/source/storage/persist.cxx
+++ b/cosv/source/storage/persist.cxx
@@ -37,7 +37,6 @@
#include <cosv/persist.hxx>
// NOT FULLY DECLARED SERVICES
-#include <cosv/streamstr.hxx>
#include <cosv/ploc.hxx>
@@ -62,15 +61,6 @@ Persistent::Exists() const
#elif defined(UNX)
#include <unistd.h>
-/*
-#ifndef __SUNPRO_CC
-#include <unistd.h>
-#else
-#define F_OK 0 // Test for existence of File
-extern int access(const char *, int);
-#endif
-*/
-
namespace csv
{
namespace ploc