Index: src/platform-solaris.cc |
diff --git a/src/platform-solaris.cc b/src/platform-solaris.cc |
index 40e09407dd54028ae7a75484ad93e409962e653c..1e79f102f53ed13752c142af27a69f7fbccc5b60 100644 |
--- a/src/platform-solaris.cc |
+++ b/src/platform-solaris.cc |
@@ -572,8 +572,6 @@ Semaphore* OS::CreateSemaphore(int count) { |
} |
-#ifdef ENABLE_LOGGING_AND_PROFILING |
- |
static pthread_t GetThreadID() { |
return pthread_self(); |
} |
@@ -800,6 +798,4 @@ void Sampler::Stop() { |
SetActive(false); |
} |
-#endif // ENABLE_LOGGING_AND_PROFILING |
- |
} } // namespace v8::internal |