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

Unified Diff: Source/platform/image-decoders/jpeg/JPEGImageDecoder.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
Index: Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
diff --git a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
index e3cc091a4574f95b9d34bb914668aaf9eb137ed8..334bf6bca4116d2f8d5730cf607f7dcae9f636e9 100644
--- a/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
+++ b/Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
@@ -238,9 +238,6 @@ static void readColorProfile(jpeg_decompress_struct* info, ColorProfile& colorPr
if (!ignoreProfile)
colorProfile.append(profileData, profileLength);
free(profile);
-#else
- UNUSED_PARAM(info);
- UNUSED_PARAM(colorProfile);
#endif
}
#endif

Powered by Google App Engine
This is Rietveld 408576698