From 0afecc81c0fddaa4f72071b1af4cbee3157a3ef4 Mon Sep 17 00:00:00 2001 From: Josh Stewart Date: Fri, 16 Jun 2017 13:46:07 +1000 Subject: [PATCH] MISRA script fix --- utils/check_misra.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/utils/check_misra.sh b/utils/check_misra.sh index 7142ff03..e64d5ef0 100755 --- a/utils/check_misra.sh +++ b/utils/check_misra.sh @@ -1,6 +1,3 @@ -if ls *.dump 1> /dev/null 2>&1; then - rm *.dump -fi if [ -f ./results.txt ]; then rm results.txt fi