| Index: src/code-factory.cc
|
| diff --git a/src/code-factory.cc b/src/code-factory.cc
|
| index 6750a5824596bff0d2312e10a16481655b505b5e..7d48cb15e221e16cac4cae154da3de008e4c4f65 100644
|
| --- a/src/code-factory.cc
|
| +++ b/src/code-factory.cc
|
| @@ -258,18 +258,6 @@ TFS_BUILTIN(StringCharCodeAt)
|
| #undef TFS_BUILTIN
|
|
|
| // static
|
| -Callable CodeFactory::Inc(Isolate* isolate) {
|
| - IncStub stub(isolate);
|
| - return make_callable(stub);
|
| -}
|
| -
|
| -// static
|
| -Callable CodeFactory::Dec(Isolate* isolate) {
|
| - DecStub stub(isolate);
|
| - return make_callable(stub);
|
| -}
|
| -
|
| -// static
|
| Callable CodeFactory::StringAdd(Isolate* isolate, StringAddFlags flags,
|
| PretenureFlag pretenure_flag) {
|
| StringAddStub stub(isolate, flags, pretenure_flag);
|
|
|