From 8ff8ada6ee08671fb3ec7c62bb7338264b9f8e59 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Thu, 28 Jul 2016 17:46:51 +0000 Subject: [PATCH] linux/dummy_check.sh: remove obsolete script Starting with commit v4.10-62-ga0bd374, function prototypes of syscall parsers are generated at build time. * linux/dummy_check.sh: Remove. --- linux/dummy_check.sh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 linux/dummy_check.sh diff --git a/linux/dummy_check.sh b/linux/dummy_check.sh deleted file mode 100755 index bcce34c8..00000000 --- a/linux/dummy_check.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -grep '^#define' dummy.h | cut -f2 | \ -while read func; do - grep -q -F -- "${func}(" syscall.h && echo "Defined as macro and as func: $func" -done -- 2.40.0