Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: src/parser.h

Issue 867923004: Remove unused VariableDeclarationContext value: kBlockElement (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/parser.h
diff --git a/src/parser.h b/src/parser.h
index 26190b832874835b8553c695a4c4aabe44d3aeca..41f7318e92db41d120f4788420260c3f02528ceb 100644
--- a/src/parser.h
+++ b/src/parser.h
@@ -696,7 +696,6 @@ class Parser : public ParserBase<ParserTraits> {
enum VariableDeclarationContext {
kModuleElement,
- kBlockElement,
kStatement,
kForStatement
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698