Skip to content

Commit aba3789

Browse files
committed
remove dead code
1 parent 354e2b3 commit aba3789

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/ccpp.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -486,18 +486,6 @@ jobs:
486486
. "$HOME/.cargo/env";
487487
make -Otarget -j $(nproc) 2>&1 | tee log
488488
489-
# Skip warnings check
490-
# - name: Check for new warnings
491-
# run: |
492-
# cd gccrs-build
493-
# < log grep 'warning: ' | sort > log_warnings
494-
# if diff -U0 ../.github/log_expected_warnings log_warnings; then
495-
# :
496-
# else
497-
# echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
498-
# exit 1
499-
# fi >&2
500-
501489
- name: Run Tests
502490
run: |
503491
cd gccrs-build; \

0 commit comments

Comments
 (0)