[libcroco/wip/fmuellner/coverage-fixes: 12/12] croco-config: Remove unused variables
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libcroco/wip/fmuellner/coverage-fixes: 12/12] croco-config: Remove unused variables
- Date: Tue, 19 Feb 2019 01:03:23 +0000 (UTC)
commit a018c0c048c62fe631a09ccee0e5db1f0ecbab8a
Author: Florian Müllner <fmuellner gnome org>
Date: Tue Feb 19 01:11:46 2019 +0100
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]*=//'` ;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]