From 9958faa9e2d2ac6fabc2dbed315602a116df0337 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 17:07:13 +0100 Subject: [PATCH] pathplan: [nfc] remove useless definition of _BLD_pathplan in pathutil.h This symbol is not used anywhere. --- lib/pathplan/pathutil.h | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.40.0