Reviewers: Sven Panne,

Message:
Committed patchset #1 manually as r15869 (presubmit successful).

Description:
Drop leftover unused kNoThread in platform-openbsd.cc.

[email protected]

Committed: https://code.google.com/p/v8/source/detail?r=15869

Please review this at https://codereview.chromium.org/20256003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/platform-openbsd.cc


Index: src/platform-openbsd.cc
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc
index 4340094f12986b36cd2b6e8fa69d7b1cb780777c..df08a7a2360eccc5307d4bfd7602fe8aafcfbead 100644
--- a/src/platform-openbsd.cc
+++ b/src/platform-openbsd.cc
@@ -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