From: Andy Heninger Date: Fri, 10 Feb 2012 22:50:02 +0000 (+0000) Subject: ICU-9102 Remove uneeded u_init() from RegexPattern constructor X-Git-Tag: milestone-59-0-1~4068 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bb50b4c0075623bba9c295a3c2881595c564e52;p=icu ICU-9102 Remove uneeded u_init() from RegexPattern constructor X-SVN-Rev: 31365 --- diff --git a/icu4c/source/i18n/repattrn.cpp b/icu4c/source/i18n/repattrn.cpp index 64971a6d4c8..fe1ab35a4f6 100644 --- a/icu4c/source/i18n/repattrn.cpp +++ b/icu4c/source/i18n/repattrn.cpp @@ -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();