diff options
author | Aura Linden <aura@lindenlab.com> | 2012-07-24 12:11:20 -0700 |
---|---|---|
committer | Aura Linden <aura@lindenlab.com> | 2012-07-24 12:11:20 -0700 |
commit | ed4b37906749dd7ba2da56af741f2c0826f222d1 (patch) | |
tree | a40eb4acce9747df9c7ff0150f60d543d6f02f59 /indra/viewer_components/updater | |
parent | 629ae69793f98c1c92c08b1d657e94306fb920e7 (diff) |
Eliminated countFilesInDir boostified getCurPath for OSX
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index e19d5724f1..6f67fd0da0 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -54,10 +54,6 @@ class LLDir_Mock : public LLDir { void initAppDirs(const std::string &app_name, const std::string& app_read_only_data_dir = "") {} - U32 countFilesInDir(const std::string &dirname, const std::string &mask) - { - return 0; - } void getRandomFileInDir(const std::string &dirname, const std::string &mask, |