diff --git a/python/private/stage2_bootstrap_template.py b/python/private/stage2_bootstrap_template.py index 5e0472ee1f..bf276f4bcb 100644 --- a/python/private/stage2_bootstrap_template.py +++ b/python/private/stage2_bootstrap_template.py @@ -66,8 +66,6 @@ def get_build_data(self): except ImportError: from python.runfiles import runfiles rlocation_path = self.BUILD_DATA_FILE - if is_windows(): - rlocation_path = rlocation_path.replace("/", "\\") path = runfiles.Create().Rlocation(rlocation_path) if is_windows(): path = os.path.normpath(path)