mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 10:17:23 +00:00
ICU-9102 Remove uneeded u_init() from RegexPattern constructor
X-SVN-Rev: 31365
This commit is contained in:
parent
749182ac67
commit
8bb50b4c00
1 changed files with 1 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue