diff --git a/recipe_modules/infra_paths/path_config.py b/recipe_modules/infra_paths/path_config.py index 55199ef818..9d419451dc 100644 --- a/recipe_modules/infra_paths/path_config.py +++ b/recipe_modules/infra_paths/path_config.py @@ -16,7 +16,6 @@ def infra_buildbot(c): c.base_paths['root'] = c.START_DIR[:-4] c.base_paths['cache'] = c.base_paths['root'] + ( 'build', 'slave', 'cache') - c.base_paths['builder_cache'] = c.START_DIR c.base_paths['git_cache'] = c.base_paths['root'] + ( 'build', 'slave', 'cache_dir') c.base_paths['goma_cache'] = c.base_paths['root'] + (