Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 804cc4655f18a76e5edead347d7ff555544ff81f..4f04342cf4dffb267776901f512f46d4fde1e5a4 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -317,8 +317,6 @@ class Shell : public i::AllStatic { |
static void Write(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void Quit(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void Version(const v8::FunctionCallbackInfo<v8::Value>& args); |
- static void EnableProfiler(const v8::FunctionCallbackInfo<v8::Value>& args); |
- static void DisableProfiler(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void Read(const v8::FunctionCallbackInfo<v8::Value>& args); |
static void ReadBuffer(const v8::FunctionCallbackInfo<v8::Value>& args); |
static Handle<String> ReadFromStdin(Isolate* isolate); |