| Index: src/d8.h
|
| diff --git a/src/d8.h b/src/d8.h
|
| index 4a82c0becfc21f63f2559dfa892694c191b6c44c..f3760e8bc8ed37f8b7a81db557276bf131bf805c 100644
|
| --- a/src/d8.h
|
| +++ b/src/d8.h
|
| @@ -128,7 +128,6 @@ class Shell: public i::AllStatic {
|
| size_t buckets);
|
| static void AddHistogramSample(void* histogram, int sample);
|
| static void MapCounters(const char* name);
|
| - static Handle<Value> CounterGetValue(const Arguments& args);
|
| static Handle<String> ReadFile(const char* name);
|
| static void Initialize(bool test_shell);
|
| static void RenewEvaluationContext();
|
|
|