From e809677b1d5a02b93a0be7a9fce8a6b67d0d91be Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 5 Jan 2010 00:22:20 +0000 Subject: Turns out the statcache broke other things, and didn't help at all. It's dead now... --- src/statcache.h | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 src/statcache.h (limited to 'src/statcache.h') diff --git a/src/statcache.h b/src/statcache.h deleted file mode 100644 index e081ec3..0000000 --- a/src/statcache.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef STAT_CACHE_H -#define STAT_CACHE_H - -#include -#include -#include -#include - -class StatCache : public Bu::Singleton -{ -friend class Bu::Singleton; -private: - StatCache(); - virtual ~StatCache(); - -public: - time_t mtime( const Bu::FString &sFileName ); - -private: - typedef Bu::Hash TimeHash; - TimeHash hMTime; -}; - -#endif -- cgit v1.2.3