From 1be45fb5f915358d51d81ac43d974a8c71e7b164 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sun, 27 Apr 2008 22:02:37 +0300 Subject: [PATCH] vlc-config: no need to go through all plugins to get the linkage --- vlc-config.in.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/vlc-config.in.in b/vlc-config.in.in index 63c3f66005..b4305b510c 100644 --- a/vlc-config.in.in +++ b/vlc-config.in.in @@ -254,16 +254,6 @@ fi # Output what we were asked # if test "${echo_linkage}" = yes; then - if test "${echo_plugin}" = yes; then - for module in `echo "${plugins}"`; do - register_flags "${module}" - done - fi - if test "${echo_builtin}" = yes; then - for module in `echo "${builtins}"`; do - register_flags "${module}" - done - fi echo "${linkage}" exit 0 fi -- 2.39.2