Browse Source

Eliminate wrong line (bug report 35441)

git-svn-id: trunk@41934 -
pierre 6 năm trước cách đây
mục cha
commit
639adc314f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      rtl/unix/scripts/check_sys.sh

+ 0 - 1
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