| Index: tools/json_schema_compiler/cpp_util.py
|
| diff --git a/tools/json_schema_compiler/cpp_util.py b/tools/json_schema_compiler/cpp_util.py
|
| index fafc155b9fe7d7524d7436b896e0db5be1744448..3b65f5d55fb6b1b1cf47ffad06032d980d102582 100644
|
| --- a/tools/json_schema_compiler/cpp_util.py
|
| +++ b/tools/json_schema_compiler/cpp_util.py
|
| @@ -52,7 +52,6 @@ def GetValueType(prop):
|
| PropertyType.REF: 'Value::TYPE_DICTIONARY',
|
| PropertyType.OBJECT: 'Value::TYPE_DICTIONARY',
|
| PropertyType.ARRAY: 'Value::TYPE_LIST',
|
| - PropertyType.ANY: 'Value::TYPE_DICTIONARY',
|
| }[prop.type_]
|
|
|
| def GetParameterDeclaration(param, type_):
|
|
|