Chromium Code Reviews| Index: src/platform-cygwin.cc |
| diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc |
| index c34330b3fb7210a169b1b17f703f86435c01d1a1..6be908e22454fc1f8551e253d91ca17ba8142479 100644 |
| --- a/src/platform-cygwin.cc |
| +++ b/src/platform-cygwin.cc |
| @@ -52,11 +52,6 @@ namespace v8 { |
| namespace internal { |
| -double ceiling(double x) { |
| - return ceil(x); |
| -} |
| - |
| - |
| static Mutex* limit_mutex = NULL; |