Reviewers: Benedikt Meurer,
Description:
Removed dead #define.
It used the wrong tests, anyway...
Please review this at https://codereview.chromium.org/526993002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+0, -4 lines):
M src/base/build_config.h
Index: src/base/build_config.h
diff --git a/src/base/build_config.h b/src/base/build_config.h
index
c66d6a5cc4c6776e8ee1dfff369c35426b0d6309..5229ebf1412506fe05af0158fd7c2ced1bd9877c
100644
--- a/src/base/build_config.h
+++ b/src/base/build_config.h
@@ -158,10 +158,6 @@
#error Unknown target architecture endianness
#endif
-#if V8_OS_MACOSX || defined(__FreeBSD__) || defined(__OpenBSD__)
-#define USING_BSD_ABI
-#endif
-
// Number of bits to represent the page size for paged spaces. The value
of 20
// gives 1Mb bytes per page.
const int kPageSizeBits = 20;
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.