Index: src/platform-openbsd.cc |
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc |
index df08a7a2360eccc5307d4bfd7602fe8aafcfbead..a94bfe8aa46b6a3cd117da6c5c5f8696ed5b5b56 100644 |
--- a/src/platform-openbsd.cc |
+++ b/src/platform-openbsd.cc |
@@ -61,11 +61,6 @@ namespace v8 { |
namespace internal { |
-double ceiling(double x) { |
- return ceil(x); |
-} |
- |
- |
static Mutex* limit_mutex = NULL; |