summaryrefslogtreecommitdiff
path: root/indra/test/lltut.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'indra/test/lltut.cpp')
-rw-r--r--indra/test/lltut.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/test/lltut.cpp b/indra/test/lltut.cpp
index 03a70c714d..b9a46544fa 100644
--- a/indra/test/lltut.cpp
+++ b/indra/test/lltut.cpp
@@ -39,7 +39,6 @@
namespace tut
{
- template<>
void ensure_equals(const char* msg, const LLDate& actual,
const LLDate& expected)
{
@@ -47,7 +46,6 @@ namespace tut
actual.secondsSinceEpoch(), expected.secondsSinceEpoch());
}
- template<>
void ensure_equals(const char* msg, const LLURI& actual,
const LLURI& expected)
{
@@ -55,7 +53,6 @@ namespace tut
actual.asString(), expected.asString());
}
- template<>
void ensure_equals(const char* msg,
const std::vector<U8>& actual, const std::vector<U8>& expected)
{
@@ -73,7 +70,6 @@ namespace tut
}
}
- template<>
void ensure_equals(const char* m, const LLSD& actual,
const LLSD& expected)
{