Index: test/cctest/test-debug.cc |
diff --git a/test/cctest/test-debug.cc b/test/cctest/test-debug.cc |
index 4ffcee3dbf64125c08e379e40a928f565f4b348d..656a456faa09d3c602da284225347bb18cc3df34 100644 |
--- a/test/cctest/test-debug.cc |
+++ b/test/cctest/test-debug.cc |
@@ -178,12 +178,6 @@ static v8::Local<v8::Function> CompileFunction(const char* source, |
} |
-// Helper function that compiles and runs the source. |
-static v8::Local<v8::Value> CompileRun(const char* source) { |
- return v8::Script::Compile(v8::String::New(source))->Run(); |
-} |
- |
- |
// Is there any debug info for the function? |
static bool HasDebugInfo(v8::Handle<v8::Function> fun) { |
Handle<v8::internal::JSFunction> f = v8::Utils::OpenHandle(*fun); |