From: Matthew Fernandez Date: Wed, 3 Nov 2021 03:30:56 +0000 (-0700) Subject: gvconfig.c: remove commented out code X-Git-Tag: 2.50.0~44^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96545f220d74a3d21d7e225c465633df12ef7b39;p=graphviz gvconfig.c: remove commented out code --- 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;