| Index: source/i18n/currfmt.h
|
| diff --git a/source/i18n/currfmt.h b/source/i18n/currfmt.h
|
| index 82aae3ec05040ff95d64b65e9730c4bdef7d967c..b3f23e56f9676b4f958082ac98a25a02d501d143 100644
|
| --- a/source/i18n/currfmt.h
|
| +++ b/source/i18n/currfmt.h
|
| @@ -1,6 +1,6 @@
|
| /*
|
| **********************************************************************
|
| -* Copyright (c) 2004-2010, International Business Machines
|
| +* Copyright (c) 2004-2014, International Business Machines
|
| * Corporation and others. All Rights Reserved.
|
| **********************************************************************
|
| * Author: Alan Liu
|
| @@ -55,11 +55,6 @@ class CurrencyFormat : public MeasureFormat {
|
| /**
|
| * Override Format API.
|
| */
|
| - virtual UBool operator==(const Format& other) const;
|
| -
|
| - /**
|
| - * Override Format API.
|
| - */
|
| virtual Format* clone() const;
|
|
|
|
|
|
|