Index: src/platform-cygwin.cc |
diff --git a/src/platform-cygwin.cc b/src/platform-cygwin.cc |
index 089ea38d9a1bb2e0eb11de6d6f1551b0a5268ee3..702b1d2115bf05920822fac212f49d9981f7d99c 100644 |
--- a/src/platform-cygwin.cc |
+++ b/src/platform-cygwin.cc |
@@ -768,6 +768,11 @@ Sampler::~Sampler() { |
} |
+void Sampler::DoSample() { |
+ // TODO(rogulenko): implement |
+} |
+ |
+ |
void Sampler::Start() { |
ASSERT(!IsActive()); |
SetActive(true); |