mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-7792 fix a namespace bug
X-SVN-Rev: 28715
This commit is contained in:
parent
633cd9763a
commit
ae9a1bdefe
1 changed files with 0 additions and 4 deletions
|
@ -120,8 +120,6 @@ private:
|
|||
int32_t length;
|
||||
};
|
||||
|
||||
U_NAMESPACE_END
|
||||
|
||||
// check a dependency ------------------------------------------------------ ***
|
||||
|
||||
/*
|
||||
|
@ -574,8 +572,6 @@ getDataFormat(const uint8_t dataFormat[4]) {
|
|||
|
||||
// enumerate dependencies of a package item -------------------------------- ***
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
void
|
||||
Package::enumDependencies(Item *pItem, void *context, CheckDependency check) {
|
||||
int32_t infoLength, itemHeaderLength;
|
||||
|
|
Loading…
Add table
Reference in a new issue