diff options
author | Oz Linden <oz@lindenlab.com> | 2011-05-12 10:35:05 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2011-05-12 10:35:05 -0400 |
commit | e8810421252c6ff89d00b9a18fa6f118b4b5ac64 (patch) | |
tree | 0fa3705b3d2d4284c0caa02d198a028fedbbdadc /indra/viewer_components/updater/tests | |
parent | 6fcf9e4817a5c245f7779dd030b0ba75dab10e5e (diff) | |
parent | e213a36f703629dcfe27ed65ac1f66a5a5194b67 (diff) |
merge changes for storm-477
Diffstat (limited to 'indra/viewer_components/updater/tests')
-rw-r--r-- | indra/viewer_components/updater/tests/llupdaterservice_test.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp index 88ab5a2284..e19d5724f1 100644 --- a/indra/viewer_components/updater/tests/llupdaterservice_test.cpp +++ b/indra/viewer_components/updater/tests/llupdaterservice_test.cpp @@ -59,12 +59,6 @@ class LLDir_Mock : public LLDir return 0; } - BOOL getNextFileInDir(const std::string &dirname, - const std::string &mask, - std::string &fname) - { - return false; - } void getRandomFileInDir(const std::string &dirname, const std::string &mask, std::string &fname) {} |