Skip to content

Commit e61c1b0

Browse files
committed
Drop outdated comment
1 parent cc2a6b5 commit e61c1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/compute-changes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ def get_file_platform(file: Path) -> str | None:
194194
return "ios"
195195
if first_part in ANDROID_DIRS:
196196
return "android"
197-
if len(file.parts) >= 2 and Path(*file.parts[:2]) in WASI_DIRS: # Tools/wasm/
197+
if len(file.parts) >= 2 and Path(*file.parts[:2]) in WASI_DIRS:
198198
return "wasi"
199199
return None
200200

0 commit comments

Comments
 (0)