| Index: runtime/bin/dartutils.h
|
| diff --git a/runtime/bin/dartutils.h b/runtime/bin/dartutils.h
|
| index 9f756bb8d9bb6203f5e5e96cbbd8e9c5afaf841a..7524e3169200f9b8827c7d029d45bbc0b22d3dfe 100644
|
| --- a/runtime/bin/dartutils.h
|
| +++ b/runtime/bin/dartutils.h
|
| @@ -60,7 +60,6 @@ class DartUtils {
|
| // TODO(turnidge): Clean up the implementations of these so that
|
| // they allow for proper error propagation.
|
| static int64_t GetIntegerValue(Dart_Handle value_obj);
|
| - static bool GetInt64Value(Dart_Handle value_obj, int64_t* value);
|
| static const char* GetStringValue(Dart_Handle str_obj);
|
| static bool GetBooleanValue(Dart_Handle bool_obj);
|
| static void SetIntegerField(Dart_Handle handle,
|
|
|