Skip to content

Commit e3374a5

Browse files
[NFC][update-checkout] remove multiprocessing dead code
1 parent 1885c9b commit e3374a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

utils/update_checkout/update_checkout/update_checkout.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import re
1616
import sys
1717
import traceback
18-
from multiprocessing import freeze_support
1918
from typing import Any, Dict, Hashable, Optional, Set, List, Tuple, Union
2019

2120
from .cli_arguments import CliArguments
@@ -768,7 +767,6 @@ def skip_list_for_platform(config: Dict[str, Any], all_repos: bool) -> List[str]
768767

769768

770769
def main() -> int:
771-
freeze_support()
772770
args = CliArguments.parse_args()
773771

774772
if not args.scheme:

0 commit comments

Comments
 (0)