From: Magnus Jacobsson Date: Sun, 2 Jan 2022 16:07:13 +0000 (+0100) Subject: pathplan: [nfc] remove useless definition of _BLD_pathplan in pathutil.h X-Git-Tag: 3.0.0~81^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9958faa9e2d2ac6fabc2dbed315602a116df0337;p=graphviz pathplan: [nfc] remove useless definition of _BLD_pathplan in pathutil.h This symbol is not used anywhere. --- diff --git a/lib/pathplan/pathutil.h b/lib/pathplan/pathutil.h index db5fc701b..eee4aa0df 100644 --- a/lib/pathplan/pathutil.h +++ b/lib/pathplan/pathutil.h @@ -10,8 +10,6 @@ #pragma once -#define _BLD_pathplan 1 - #include "pathplan.h" #ifdef __cplusplus