Index: src/platform-openbsd.cc |
diff --git a/src/platform-openbsd.cc b/src/platform-openbsd.cc |
index ba33a8444e23760a2b47585cb82e5c750074a8fd..b622e4ac9c58743842a94b7038dcd0d955ec1ee1 100644 |
--- a/src/platform-openbsd.cc |
+++ b/src/platform-openbsd.cc |
@@ -967,6 +967,11 @@ Sampler::~Sampler() { |
} |
+void Sampler::DoSample() { |
+ // TODO: implement |
+} |
+ |
+ |
void Sampler::Start() { |
ASSERT(!IsActive()); |
SetActive(true); |