Skip to content

Commit 009c286

Browse files
committed
remove dead code
1 parent 42f93f1 commit 009c286

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

0 commit comments

Comments
 (0)