--- boost/test/test_tools.hpp.orig	2007-10-23 01:13:33.105656000 -0700
+++ boost/test/test_tools.hpp	2007-10-23 01:21:25.588351000 -0700
@@ -431,14 +431,6 @@
     return print_helper_t<T>( t );
 }
 
-#if BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x530)) 
-template<typename T, std::size_t N>
-inline print_helper_t<T*> print_helper( T (&t)[N] )
-{
-    return print_helper_t<T*>( &t[0] );
-}
-#endif
-
 //____________________________________________________________________________//
 
 template<typename T>
