From 639adc314f4660859264f647b2b5172847265dcf Mon Sep 17 00:00:00 2001 From: pierre Date: Thu, 25 Apr 2019 13:04:39 +0000 Subject: [PATCH] Eliminate wrong line (bug report 35441) git-svn-id: trunk@41934 - --- rtl/unix/scripts/check_sys.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/rtl/unix/scripts/check_sys.sh b/rtl/unix/scripts/check_sys.sh index 6d924d71ae..b267f5a474 100755 --- a/rtl/unix/scripts/check_sys.sh +++ b/rtl/unix/scripts/check_sys.sh @@ -231,7 +231,6 @@ function check_c_syscall_number_from_fpc_rtl () if [ $verbose -ne 0 ] ; then echo Testing $sys value $value fi - let froward_count++ found=`sed -n "/#[[:space:]]*define[[:space:]]*${sys}[^A-Za-z0-9_]/p" ${syscall_header}` val=`sed -n "s:#[[:space:]]*define[[:space:]]*${sys}[^A-Za-z0-9_][^A-Za-z0-9_]*\([0-9]*\).*:\1:p" ${syscall_header}` # Test C file to grab all loaded headers