Skip to content

Commit

Permalink
Remove now-extra module path setup call
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <[email protected]>
  • Loading branch information
riftEmber committed Jun 20, 2024
1 parent 66a7853 commit 3859261
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/chplcheck/src/chplcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,6 @@ def main():
printed_warning = False

for filename, context in chapel.files_with_stdlib_contexts(args.filenames):
context.set_module_paths([], [])

# Silence errors, warnings etc. -- we're just linting.
with context.track_errors() as _:
asts = context.parse(filename)
Expand Down

0 comments on commit 3859261

Please sign in to comment.