Reviewers: arv,

Description:
Remove unused VariableDeclarationContext value: kBlockElement

[email protected]

Please review this at https://codereview.chromium.org/867923004/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+0, -1 lines):
  M src/parser.h


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
   };


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to