[PATCH]scripts:ver_linux:Removed yacc from the checklist

From: Bhaskar Chowdhury
Date: Tue Nov 05 2019 - 22:25:38 EST


Removed yacc from the checklist

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@xxxxxxxxx>
---
scripts/ver_linux | 1 -
1 file changed, 1 deletion(-)

diff --git a/scripts/ver_linux b/scripts/ver_linux
index 397497cf9430..85005d6b7f10 100755
--- a/scripts/ver_linux
+++ b/scripts/ver_linux
@@ -34,7 +34,6 @@ BEGIN {
printversion("Nfs-utils", version("showmount --version"))
printversion("Bison", version("bison --version"))
printversion("Flex", version("flex --version"))
- printversion("Yacc", version("yacc --version"))

while (getline <"/proc/self/maps" > 0) {
if (/libc.*\.so$/) {
--
2.23.0