]> granicus.if.org Git - graphviz/commitdiff
cgraph: remove useless definition of _BLD_cgraph in cghdr.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 16:07:13 +0000 (17:07 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 9 Jan 2022 08:44:21 +0000 (09:44 +0100)
This symbol is not used anywhere.

lib/cgraph/cghdr.h

index a55a63d49a24345f446d568a2ce40ae4b8500c99..aa52f4e2fbd12e787c95a4b8bdaf68f4f1665bb4 100644 (file)
@@ -12,8 +12,6 @@
 
 #include "config.h"
 
-#define _BLD_cgraph 1
-
 #ifdef _WIN32
 #   ifdef EXPORT_CGHDR
 #       define CGHDR_API __declspec(dllexport)