Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 32913) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -206,6 +206,8 @@ |
| } |
| +// TODO(regis): Not used anymore. Delete. |
| + |
| // Allocate a new closure. |
| // The type argument vector of a closure is always the vector of type parameters |
| // of its signature class, i.e. an uninstantiated identity vector. Therefore, |