Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Jan 6, 2025
1 parent 57a60e2 commit c800ffa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion util/chplenv/chpl_llvm.py
Original file line number Diff line number Diff line change
Expand Up @@ -909,7 +909,6 @@ def _determine_gcc_flag_to_use():
# note: this is a helper for get_clang_basic_args, its declared here so the
# memoization can be shared and possible warnings only occur once
flag_to_use = None
# all(overrides.get(flag) is not None for flag in gcc_prefix_flags.keys()):
if (overrides.get('CHPL_LLVM_GCC_INSTALL_DIR') is not None and
overrides.get('CHPL_LLVM_GCC_PREFIX') is not None):
# the user set both, warn
Expand Down

0 comments on commit c800ffa

Please sign in to comment.