From 5ead3006b622f8f5c5887fdc0f05d0e3a3fcbf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Tue, 19 Feb 2019 01:11:46 +0100 Subject: croco-config: Remove unused variables "cflags" and "libs" were never used, "includedir" and "libdir" are unused since commit a17b0eb593. Spotted by covscan. https://gitlab.gnome.org/GNOME/libcroco/merge_requests/1 --- croco-config.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/croco-config.in b/croco-config.in index 78911ff..36ef10a 100644 --- a/croco-config.in +++ b/croco-config.in @@ -3,8 +3,6 @@ prefix=@prefix@ exec_prefix=@exec_prefix@ exec_prefix_set=no -includedir=@includedir@ -libdir=@libdir@ usage() { @@ -28,9 +26,6 @@ if test $# -eq 0; then usage 1 fi -cflags=false -libs=false - while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; -- cgit v1.2.1