]> granicus.if.org Git - icu/commitdiff
ICU-9102 Remove uneeded u_init() from RegexPattern constructor
authorAndy Heninger <andy.heninger@gmail.com>
Fri, 10 Feb 2012 22:50:02 +0000 (22:50 +0000)
committerAndy Heninger <andy.heninger@gmail.com>
Fri, 10 Feb 2012 22:50:02 +0000 (22:50 +0000)
X-SVN-Rev: 31365

icu4c/source/i18n/repattrn.cpp

index 64971a6d4c8ad3e6e21650b6481602cdfc603e36..fe1ab35a4f63d49d7b5fedf2d6d30ea611100f1f 100644 (file)
@@ -3,7 +3,7 @@
 //
 /*
 ***************************************************************************
-*   Copyright (C) 2002-2011 International Business Machines Corporation   *
+*   Copyright (C) 2002-2012 International Business Machines Corporation   *
 *   and others. All rights reserved.                                      *
 ***************************************************************************
 */
@@ -31,7 +31,6 @@ U_NAMESPACE_BEGIN
 //--------------------------------------------------------------------------
 RegexPattern::RegexPattern() {
     UErrorCode status = U_ZERO_ERROR;
-    u_init(&status);
 
     // Init all of this instances data.
     init();