From 909dab349091531c0bb715eac9d4cf7bcc18a5d9 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 17:07:13 +0100 Subject: [PATCH] cgraph: remove useless definition of _BLD_cgraph in cghdr.h This symbol is not used anywhere. --- lib/cgraph/cghdr.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index a55a63d49..aa52f4e2f 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -12,8 +12,6 @@ #include "config.h" -#define _BLD_cgraph 1 - #ifdef _WIN32 # ifdef EXPORT_CGHDR # define CGHDR_API __declspec(dllexport) -- 2.40.0