]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/ucnvseltst.c
ICU-491.11.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / ucnvseltst.c
index 7f892663f06a5814f4f46430608241088fc99fe0..6497871f679a60629fd94a152ac82c08ecdc4564 100644 (file)
@@ -1,5 +1,5 @@
 /********************************************************************
- * Copyright (c) 1997-2010, International Business Machines
+ * Copyright (c) 1997-2011, International Business Machines
  * Corporation and others. All Rights Reserved.
  ********************************************************************
  *
@@ -506,7 +506,6 @@ static void TestSelector()
 
 /* Improve code coverage of UPropsVectors */
 static void TestUPropsVector() {
-    uint32_t value;
     UErrorCode errorCode = U_ILLEGAL_ARGUMENT_ERROR;
     UPropsVectors *pv = upvec_open(100, &errorCode);
     if (pv != NULL) {