X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/46f4442e9a5a4f3b98b7c1083586332f6a8a99a4..a01113dcd0f39d5da295ef82785beff9ed86fe38:/icuSources/layoutex/plruns.cpp diff --git a/icuSources/layoutex/plruns.cpp b/icuSources/layoutex/plruns.cpp index 40e1d0bf..95766d6d 100644 --- a/icuSources/layoutex/plruns.cpp +++ b/icuSources/layoutex/plruns.cpp @@ -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()