From 5c9e64e2d4f431ca2d2744a9bf4df5008134dda5 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Tue, 28 Jul 2015 17:53:12 +0000 Subject: [PATCH] ICU-11759 Remove unused constant X-SVN-Rev: 37702 --- icu4c/source/common/wintz.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icu4c/source/common/wintz.c b/icu4c/source/common/wintz.c index 1b645ee9be..fa04588e38 100644 --- a/icu4c/source/common/wintz.c +++ b/icu4c/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";