Index: src/d8.cc |
diff --git a/src/d8.cc b/src/d8.cc |
index a9902ce56cfce0198ce7ed3f833089e6cbbc7a66..7947c3f96957ba53565eb54ce1751da165b7cf0d 100644 |
--- a/src/d8.cc |
+++ b/src/d8.cc |
@@ -140,15 +140,6 @@ class PredictablePlatform : public Platform { |
return 0; |
} |
- // TODO(fmeawad): Remove once all embedders implement the scope version. |
- uint64_t AddTraceEvent(char phase, const uint8_t* categoryEnabledFlag, |
- const char* name, uint64_t id, uint64_t bind_id, |
- int numArgs, const char** argNames, |
- const uint8_t* argTypes, const uint64_t* argValues, |
- unsigned int flags) override { |
- return 0; |
- } |
- |
void UpdateTraceEventDuration(const uint8_t* categoryEnabledFlag, |
const char* name, uint64_t handle) override {} |