Clean « IN » node type

This commit is contained in:
Mathieu Darse
2015-11-04 16:14:44 +01:00
parent f3a15fb19f
commit 387828e9f5

View File

@@ -7,7 +7,6 @@ class NodeTypes
// Tree node types
const QUERY = '#query';
const GROUP = '#group';
const IN_EXPR = '#in';
const AND_EXPR = '#and';
const OR_EXPR = '#or';
const EXCEPT_EXPR = '#except';