Index: src/platform-freebsd.cc |
diff --git a/src/platform-freebsd.cc b/src/platform-freebsd.cc |
index 511759c485e245891dd41a2fa792128e91915f91..5697911c3ebb7cbf1b5f475ba9b617b7c9992f22 100644 |
--- a/src/platform-freebsd.cc |
+++ b/src/platform-freebsd.cc |
@@ -884,6 +884,11 @@ Sampler::~Sampler() { |
} |
+void Sampler::DoSample() { |
+ // TODO: implement |
+} |
+ |
+ |
void Sampler::Start() { |
ASSERT(!IsActive()); |
SetActive(true); |