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

Unified Diff: Source/wtf/DateMath.cpp

Issue 22004003: Remove HAVE(SYS_TIMEB_H). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 4 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 | « no previous file | Source/wtf/Platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/DateMath.cpp
diff --git a/Source/wtf/DateMath.cpp b/Source/wtf/DateMath.cpp
index b632763ce50a3fa035f998feadbfd4943c750c56..742e1e98acb2eafbf748a026ac8fd7a5f0994e13 100644
--- a/Source/wtf/DateMath.cpp
+++ b/Source/wtf/DateMath.cpp
@@ -98,10 +98,6 @@
#include <sys/time.h>
#endif
-#if HAVE(SYS_TIMEB_H)
-#include <sys/timeb.h>
-#endif
-
using namespace WTF;
namespace WTF {
« no previous file with comments | « no previous file | Source/wtf/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698