diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-05-27 12:55:31 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-05-27 12:55:31 -0400 |
commit | c2037024596f473ce379e4a073e1ebba745eeed6 (patch) | |
tree | 83071fe03ce97e8de3df4c4c75f4dd54e2c67941 /indra/llvfs/lldir_mac.h | |
parent | 57bdcd6bda363fc8df21563597419f12c87f7b15 (diff) |
VWR-25861 VWR-25862 Removed LLDir_Mac::deleteFilesInDir() virtual method.
The LLDir base class method will now be used instead. The handling of the mask
parameter was inconsistent between the two implementations, and the failure
to remove the old method was probably just an oversight.
Diffstat (limited to 'indra/llvfs/lldir_mac.h')
-rw-r--r-- | indra/llvfs/lldir_mac.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llvfs/lldir_mac.h b/indra/llvfs/lldir_mac.h index bc3f0fac00..d190d70be4 100644 --- a/indra/llvfs/lldir_mac.h +++ b/indra/llvfs/lldir_mac.h @@ -44,7 +44,6 @@ public: /*virtual*/ void initAppDirs(const std::string &app_name, const std::string& app_read_only_data_dir); - virtual S32 deleteFilesInDir(const std::string &dirname, const std::string &mask); virtual std::string getCurPath(); virtual U32 countFilesInDir(const std::string &dirname, const std::string &mask); virtual BOOL fileExists(const std::string &filename) const; |