| Index: source/common/wintz.c
|
| diff --git a/source/common/wintz.c b/source/common/wintz.c
|
| index 1b645ee9be42c4a6129eb2f2a9f4e0a9eec6e78f..fa04588e38fae1809f5aa82b3bdc01e79c60b0b2 100644
|
| --- a/source/common/wintz.c
|
| +++ b/source/common/wintz.c
|
| @@ -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";
|
|
|