Revision: 15869
Author:   [email protected]
Date:     Thu Jul 25 01:04:45 2013
Log:      Drop leftover unused kNoThread in platform-openbsd.cc.

[email protected]

Review URL: https://codereview.chromium.org/20256003
http://code.google.com/p/v8/source/detail?r=15869

Modified:
 /branches/bleeding_edge/src/platform-openbsd.cc

=======================================
--- /branches/bleeding_edge/src/platform-openbsd.cc     Tue Jul 23 06:47:50 2013
+++ /branches/bleeding_edge/src/platform-openbsd.cc     Thu Jul 25 01:04:45 2013
@@ -60,10 +60,6 @@
 namespace v8 {
 namespace internal {

-// 0 is never a valid thread id on Linux and OpenBSD since tids and pids share a
-// name space and pid 0 is reserved (see man 2 kill).
-static const pthread_t kNoThread = (pthread_t) 0;
-

 double ceiling(double x) {
   return ceil(x);

--
--
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/groups/opt_out.


Reply via email to