diff --git a/testApp/misc/testTypeCast.cpp b/testApp/misc/testTypeCast.cpp index 8a00aa7..1f2516e 100644 --- a/testApp/misc/testTypeCast.cpp +++ b/testApp/misc/testTypeCast.cpp @@ -20,7 +20,6 @@ #include #include #include -#include #include #include @@ -31,14 +30,6 @@ using std::string; namespace { - std::string escapedFromRaw(const std::string & s) - { - std::vector result; - result.resize(epicsStrnEscapedFromRawSize(s.c_str(), s.length())+1); - epicsStrnEscapedFromRaw(&result[0], result.size(), s.c_str(), s.length()); - return std::string(&result[0]); - } - template struct testequal { static bool op(T A, T B) {return A==B; } @@ -66,7 +57,7 @@ namespace { < " <::op(actual, expect)) { @@ -74,14 +65,14 @@ namespace { < " < " < (" < (" <