]> granicus.if.org Git - graphviz/commitdiff
gvconfig.c: remove commented out code
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 3 Nov 2021 03:30:56 +0000 (20:30 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Tue, 9 Nov 2021 15:10:38 +0000 (07:10 -0800)
lib/gvc/gvconfig.c

index 9ca9b64675d1535abe97c909c0f0d6e1650b3595..a4dda4cc04595053cf3b2ce20cff3d49da38749c 100644 (file)
@@ -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;