From bd5f63f6120e7ba12ee0ff837a2c597b95bed285 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Thu, 16 Dec 2021 07:53:15 +0100 Subject: [PATCH] gvc: remove obsolete exporting of memory.h symbols from gvc.def The symbols in common/memory.h have correct storage-class attributes since commit a07297906fc7c90c3ca45d292412ddbd29b7f5bc. Towards https://gitlab.com/graphviz/graphviz/-/issues/2058. --- lib/gvc/gvc.def | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/gvc/gvc.def b/lib/gvc/gvc.def index 8ae556ef1..083347f76 100644 --- a/lib/gvc/gvc.def +++ b/lib/gvc/gvc.def @@ -109,18 +109,15 @@ G_penwidth G_peripheries G_visitedfillcolor G_visitedpencolor -gcalloc getdouble pack_graph getPack getPackMode getsplinepoints get_inputscale -gmalloc graph_cleanup graph_init graphviz_errors -grealloc gv_cleanup_edge gv_cleanup_node gv_free_splines @@ -293,8 +290,6 @@ Version write_plain xml_escape Y_invert -zmalloc -zrealloc colorxlate gvContextPlugins gvferror -- 2.40.0