diff options
Diffstat (limited to 'dep/ACE_wrappers/ace/Filecache.cpp')
-rw-r--r-- | dep/ACE_wrappers/ace/Filecache.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dep/ACE_wrappers/ace/Filecache.cpp b/dep/ACE_wrappers/ace/Filecache.cpp index cfb70f94f68..b57581e5668 100644 --- a/dep/ACE_wrappers/ace/Filecache.cpp +++ b/dep/ACE_wrappers/ace/Filecache.cpp @@ -200,7 +200,6 @@ ACE_Filecache_Hash::equal (const ACE_TCHAR *const &id1, #undef ACE_Filecache_Hash #undef ACE_Filecache_Hash_Entry - // ------------- // ACE_Filecache // ------------- @@ -307,7 +306,6 @@ ACE_Filecache::find (const ACE_TCHAR *filename) return this->hash_.find (filename); } - ACE_Filecache_Object * ACE_Filecache::remove (const ACE_TCHAR *filename) { @@ -330,7 +328,6 @@ ACE_Filecache::remove (const ACE_TCHAR *filename) return 0; } - ACE_Filecache_Object * ACE_Filecache::fetch (const ACE_TCHAR *filename, int mapit) { |