From 96545f220d74a3d21d7e225c465633df12ef7b39 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Tue, 2 Nov 2021 20:30:56 -0700 Subject: [PATCH] gvconfig.c: remove commented out code --- lib/gvc/gvconfig.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/gvc/gvconfig.c b/lib/gvc/gvconfig.c index 9ca9b6467..a4dda4cc0 100644 --- a/lib/gvc/gvconfig.c +++ b/lib/gvc/gvconfig.c @@ -551,9 +551,6 @@ static void config_rescan(GVC_t *gvc, char *config_path) */ void gvconfig(GVC_t * gvc, boolean rescan) { -#if 0 - gvplugin_library_t **libraryp; -#endif #ifdef ENABLE_LTDL int sz, rc; struct stat config_st, libdir_st; -- 2.40.0