ICU-9102 Remove uneeded u_init() from RegexPattern constructor

X-SVN-Rev: 31365
This commit is contained in:
Andy Heninger 2012-02-10 22:50:02 +00:00
parent 749182ac67
commit 8bb50b4c00

View 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();