]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/layoutex/plruns.cpp
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / layoutex / plruns.cpp
index 40e1d0bfa226aae2c7d55bd21869ffa22577279c..95766d6d09bf49654ee95fa1494b174194e36fbd 100644 (file)
@@ -1,6 +1,8 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  *
- * (C) Copyright IBM Corp. 1998-2008 - All Rights Reserved
+ * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
  *
  */
 
@@ -311,7 +313,6 @@ private:
     inline ULocRuns(const ULocRuns &other);
     inline ULocRuns &operator=(const ULocRuns & /*other*/) { return *this; };
     const char **fLocaleNames;
-    Locale **fLocalesCopy;
 };
 
 inline ULocRuns::ULocRuns()