mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-10463 Regular Expressions, remove overlooked function boilerplate from r34565 check-in; should fix failing Windows build.
X-SVN-Rev: 34569
This commit is contained in:
parent
334e8f52b8
commit
2914240e10
1 changed files with 1 additions and 2 deletions
|
@ -744,8 +744,7 @@ void RegexPattern::dumpOp(int32_t index) const {
|
|||
}
|
||||
|
||||
|
||||
U_CAPI void U_EXPORT2
|
||||
RegexPattern::dumpPattern() const {
|
||||
void RegexPattern::dumpPattern() const {
|
||||
#if defined(REGEX_DEBUG)
|
||||
int index;
|
||||
int i;
|
||||
|
|
Loading…
Add table
Reference in a new issue