Bug 380469: Followup to remove to no longer used JSGenerator.next. r=brendan

This commit is contained in:
igor@mir2.org 2007-07-16 23:38:27 -07:00
Родитель f2ead1b71c
Коммит 27f65ded77
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -91,7 +91,6 @@ typedef enum JSGeneratorState {
} JSGeneratorState;
struct JSGenerator {
JSGenerator *next;
JSObject *obj;
JSGeneratorState state;
JSStackFrame frame;