mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 01:42:37 +00:00
ICU-11759 Remove unused constant
X-SVN-Rev: 37702
This commit is contained in:
parent
2f866f7436
commit
5c9e64e2d4
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
********************************************************************************
|
||||
* Copyright (C) 2005-2014, International Business Machines
|
||||
* Copyright (C) 2005-2015, International Business Machines
|
||||
* Corporation and others. All Rights Reserved.
|
||||
********************************************************************************
|
||||
*
|
||||
|
@ -44,7 +44,7 @@ typedef struct
|
|||
* Various registry keys and key fragments.
|
||||
*/
|
||||
static const char CURRENT_ZONE_REGKEY[] = "SYSTEM\\CurrentControlSet\\Control\\TimeZoneInformation\\";
|
||||
static const char STANDARD_NAME_REGKEY[] = "StandardName";
|
||||
/* static const char STANDARD_NAME_REGKEY[] = "StandardName"; Currently unused constant */
|
||||
static const char STANDARD_TIME_REGKEY[] = " Standard Time";
|
||||
static const char TZI_REGKEY[] = "TZI";
|
||||
static const char STD_REGKEY[] = "Std";
|
||||
|
|
Loading…
Add table
Reference in a new issue