Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Unified Diff: source/i18n/unicode/tmunit.h

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « source/i18n/unicode/timezone.h ('k') | source/i18n/unicode/tmutfmt.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: source/i18n/unicode/tmunit.h
diff --git a/source/i18n/unicode/tmunit.h b/source/i18n/unicode/tmunit.h
index 6eda105c12f8920b14521e88b66da9e5a0546218..e417f3522bceb3c5cee6ac3a41c24fe6b6aabc07 100644
--- a/source/i18n/unicode/tmunit.h
+++ b/source/i18n/unicode/tmunit.h
@@ -1,6 +1,6 @@
/*
*******************************************************************************
- * Copyright (C) 2009-2010, Google, International Business Machines Corporation and *
+ * Copyright (C) 2009-2014, Google, International Business Machines Corporation and *
* others. All Rights Reserved. *
*******************************************************************************
*/
@@ -77,20 +77,6 @@ public:
TimeUnit& operator=(const TimeUnit& other);
/**
- * Equality operator.
- * @return true if 2 objects are the same.
- * @stable ICU 4.2
- */
- virtual UBool operator==(const UObject& other) const;
-
- /**
- * Non-Equality operator.
- * @return true if 2 objects are not the same.
- * @stable ICU 4.2
- */
- UBool operator!=(const UObject& other) const;
-
- /**
* Returns a unique class ID for this object POLYMORPHICALLY.
* This method implements a simple form of RTTI used by ICU.
* @return The class ID for this object. All objects of a given
@@ -134,12 +120,6 @@ private:
};
-inline UBool
-TimeUnit::operator!=(const UObject& other) const {
- return !operator==(other);
-}
-
-
U_NAMESPACE_END
#endif /* #if !UCONFIG_NO_FORMATTING */
« no previous file with comments | « source/i18n/unicode/timezone.h ('k') | source/i18n/unicode/tmutfmt.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698