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

Unified Diff: Source/wtf/Platform.h

Issue 14247036: Remove USE(ZLIB) guard. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 7 years, 8 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/modules/websockets/WebSocketDeflater.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/Platform.h
diff --git a/Source/wtf/Platform.h b/Source/wtf/Platform.h
index 509df1c61d0bf113e77c5498c4538d8f413e2f39..dd196a9f5bb714cb80902e51fefe627046bc5bce 100644
--- a/Source/wtf/Platform.h
+++ b/Source/wtf/Platform.h
@@ -530,8 +530,4 @@
#define ENABLE_THREADING_GENERIC 1
#endif
-#if !defined(WTF_USE_ZLIB)
-#define WTF_USE_ZLIB 1
-#endif
-
#endif /* WTF_Platform_h */
« no previous file with comments | « Source/modules/websockets/WebSocketDeflater.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698