From c8f3cfdafb82562e82f0438d0e4bd6d741cfc7ae Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Thu, 16 Dec 2021 07:58:54 +0100 Subject: [PATCH] gvc: remove useless exporting of intset.h symbol openIntSet from gvc.def The openIntSet function in common/intset.h is only used in the common and ortho libraries which are both static libraries that are built into the gvc dynamic-link library. Towards https://gitlab.com/graphviz/graphviz/-/issues/2058. --- lib/gvc/gvc.def | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/gvc/gvc.def b/lib/gvc/gvc.def index e9efc0e07..8ae556ef1 100644 --- a/lib/gvc/gvc.def +++ b/lib/gvc/gvc.def @@ -318,7 +318,6 @@ gvPluginList EdgeLabelsDone get_gradient_points G_margin -openIntSet mkClustMap findCluster rank2 -- 2.50.1