| Index: src/runtime.cc
|
| diff --git a/src/runtime.cc b/src/runtime.cc
|
| index bc2681bc87717e406d5d54beaadfe244e5d04c23..3fba8f2050d41794c437b5fbca5476c3acf01fb6 100644
|
| --- a/src/runtime.cc
|
| +++ b/src/runtime.cc
|
| @@ -79,9 +79,6 @@ namespace internal {
|
| RUNTIME_ASSERT(args[index]->Is##Type()); \
|
| Handle<Type> name = args.at<Type>(index);
|
|
|
| -#define CONVERT_ARG_STUB_CALLER_ARGS(name) \
|
| - Arguments* name = reinterpret_cast<Arguments*>(args[0]);
|
| -
|
| // Cast the given object to a boolean and store it in a variable with
|
| // the given name. If the object is not a boolean call IllegalOperation
|
| // and return.
|
|
|