Bug 1183400 - Remove SyntacticContext::Delete, now addressed by modifying how delete nodes are folded. r=efaust

--HG--
extra : rebase_source : 65e34a4c142051c17d3e6cf1ae3111b0130a8f46
This commit is contained in:
Jeff Walden 2015-07-13 13:09:54 -07:00
Родитель 4cb40f5a4e
Коммит 60b4cb837c
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -512,9 +512,6 @@ enum class SyntacticContext : int {
// or || in such a context.
Condition,
// pn is the operand of the 'delete' keyword.
Delete,
// Any other syntactic context.
Other
};