Chromium Code Reviews| Index: src/ic/ic.cc |
| diff --git a/src/ic/ic.cc b/src/ic/ic.cc |
| index d6c8296da1fb6999a9446b9531f1e7082d654df2..0e751bd358167537daa697d4ae5904fb7b4cb26c 100644 |
| --- a/src/ic/ic.cc |
| +++ b/src/ic/ic.cc |
| @@ -734,7 +734,6 @@ bool IC::UpdatePolymorphicIC(Handle<Name> name, Handle<Object> code) { |
| number_of_valid_maps++; |
| if (number_of_valid_maps > 1 && is_keyed()) return false; |
| - Handle<Code> ic; |
| if (number_of_valid_maps == 1) { |
| ConfigureVectorState(name, receiver_map(), code); |
| } else { |