You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by fa...@apache.org on 2007/05/15 15:57:42 UTC

svn commit: r538184 - /incubator/stdcxx/trunk/tests/src/value.cpp

Author: faridz
Date: Tue May 15 06:57:41 2007
New Revision: 538184

URL: http://svn.apache.org/viewvc?view=rev&rev=538184
Log:
2007-05-15 Farid Zaripov <Fa...@epam.com>

	* value.cpp (xinit) Removed as unused.

Modified:
    incubator/stdcxx/trunk/tests/src/value.cpp

Modified: incubator/stdcxx/trunk/tests/src/value.cpp
URL: http://svn.apache.org/viewvc/incubator/stdcxx/trunk/tests/src/value.cpp?view=diff&rev=538184&r1=538183&r2=538184
==============================================================================
--- incubator/stdcxx/trunk/tests/src/value.cpp (original)
+++ incubator/stdcxx/trunk/tests/src/value.cpp Tue May 15 06:57:41 2007
@@ -455,18 +455,6 @@
 
 typedef unsigned char UChar;
 
-// used to initialize an array of objects of type UserClass
-static const char *xinit_begin;
-
-static int xinit ()
-{
-    if (xinit_begin)
-        return UChar (*xinit_begin++);
-
-    return 0;
-}
-
-
 template <class T>
 static T*
 __rw_from_char (T*, const char *str, size_t len, bool sorted)