mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
ICU-7365 Remove unused old test code.
X-SVN-Rev: 30762
This commit is contained in:
parent
6903a27947
commit
221aac2de8
1 changed files with 0 additions and 7 deletions
|
@ -280,13 +280,6 @@ static void TestVersion(void)
|
|||
u_getDataVersion(version, &status);
|
||||
if (U_FAILURE(status)) {
|
||||
log_data_err("ERROR: Unable to get data version. %s\n", u_errorName(status));
|
||||
} else {
|
||||
#if 0
|
||||
u_isDataOlder(version, &isModified, &status);
|
||||
if (U_FAILURE(status)) {
|
||||
log_err("ERROR: Unable to compare data version. %s\n", u_errorName(status));
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue