| Index: tools/json_schema_compiler/cpp_bundle_generator.py
|
| diff --git a/tools/json_schema_compiler/cpp_bundle_generator.py b/tools/json_schema_compiler/cpp_bundle_generator.py
|
| index 0a4f9a6c7a8f4391de68e439bfcd0a94a99f1bec..708d30fbbabfaa35f6f5e0c35a84f89df5b01005 100644
|
| --- a/tools/json_schema_compiler/cpp_bundle_generator.py
|
| +++ b/tools/json_schema_compiler/cpp_bundle_generator.py
|
| @@ -125,8 +125,6 @@ class CppBundleGenerator(object):
|
| if namespace_ifdefs is not None:
|
| c.Append("#if %s" % namespace_ifdefs, indent_level=0)
|
|
|
| - namespace_name = CapitalizeFirstLetter(namespace.name.replace(
|
| - "experimental.", ""))
|
| for function in namespace.functions.values():
|
| if function.nocompile:
|
| continue
|
|
|