Remove bootstrap.cfg and references to it.

This commit is contained in:
amzn-sj
2021-05-19 13:57:35 -07:00
parent 6a108c0515
commit 268fd8b714
22 changed files with 52 additions and 598 deletions
@@ -250,9 +250,6 @@ class AbstractResourceLocator(object):
"""
return os.path.join(self.build_directory(), 'CrySCompileServer')
def bootstrap_config_file(self):
return os.path.join(self.engine_root(), 'bootstrap.cfg')
def asset_processor_config_file(self):
return os.path.join(self.engine_root(), 'Registry', 'AssetProcessorPlatformConfig.setreg')