Skip to content

Commit 45ab979

Browse files
committed
remove dead code
1 parent 4ab9a99 commit 45ab979

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
@@ -476,18 +476,6 @@ jobs:
476476
. "$HOME/.cargo/env";
477477
make -Otarget -j $(nproc) 2>&1 | tee log
478478
479-
# Skip warnings check
480-
# - name: Check for new warnings
481-
# run: |
482-
# cd gccrs-build
483-
# < log grep 'warning: ' | sort > log_warnings
484-
# if diff -U0 ../.github/log_expected_warnings log_warnings; then
485-
# :
486-
# else
487-
# echo 'See <https://github.com/Rust-GCC/gccrs/pull/1026>.'
488-
# exit 1
489-
# fi >&2
490-
491479
- name: Run Tests
492480
run: |
493481
cd gccrs-build; \

0 commit comments

Comments
 (0)