summaryrefslogtreecommitdiff
path: root/indra/viewer_components/updater
diff options
context:
space:
mode:
authorSeth ProductEngine <slitovchuk@productengine.com>2011-05-11 18:12:23 +0300
committerSeth ProductEngine <slitovchuk@productengine.com>2011-05-11 18:12:23 +0300
commite213a36f703629dcfe27ed65ac1f66a5a5194b67 (patch)
tree59a27b2c3552eb42139da0d2a45e4a9dde718f78 /indra/viewer_components/updater
parent662bc0803cc9306062a0106467fd8b83290b4bcf (diff)
STORM-477 Restored the backed out changeset: b62b260aa04d
Diffstat (limited to 'indra/viewer_components/updater')
-rw-r--r--indra/viewer_components/updater/tests/llupdaterservice_test.cpp6
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) {}