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

Unified Diff: Source/platform/text/TextBreakIteratorICU.cpp

Issue 34273002: Remove UnusedParam.h (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years 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/platform/scroll/ScrollbarThemeMacCommon.mm ('k') | Source/web/WebColorName.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/text/TextBreakIteratorICU.cpp
diff --git a/Source/platform/text/TextBreakIteratorICU.cpp b/Source/platform/text/TextBreakIteratorICU.cpp
index 43095e9bc12fb836e80f99a9ff6d58800d77d334..7f31a38b7361623971ef0b2d59dfd5919a5e57a7 100644
--- a/Source/platform/text/TextBreakIteratorICU.cpp
+++ b/Source/platform/text/TextBreakIteratorICU.cpp
@@ -168,13 +168,8 @@ static UText* textClone(UText* destination, const UText* source, UBool deep, UEr
return destination;
}
-static int32_t textExtract(UText* text, int64_t start, int64_t limit, UChar* destination, int32_t destinationCapacity, UErrorCode* errorCode)
+static int32_t textExtract(UText*, int64_t, int64_t, UChar*, int32_t, UErrorCode* errorCode)
{
- UNUSED_PARAM(text);
- UNUSED_PARAM(start);
- UNUSED_PARAM(limit);
- UNUSED_PARAM(destination);
- UNUSED_PARAM(destinationCapacity);
// In the present context, this text provider is used only with ICU functions
// that do not perform an extract operation.
ASSERT_NOT_REACHED();
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeMacCommon.mm ('k') | Source/web/WebColorName.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698