From bac2ab67f6b29848fa39dc7211eb08ce807842b6 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 2 Jan 2022 18:10:26 +0100 Subject: [PATCH] pathplan: [nfc] remove useless default extern declaration of functions in pathutil.h --- lib/pathplan/pathutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pathplan/pathutil.h b/lib/pathplan/pathutil.h index 0a263cedf..99b8ba327 100644 --- a/lib/pathplan/pathutil.h +++ b/lib/pathplan/pathutil.h @@ -33,7 +33,7 @@ extern "C" { #endif #ifndef PATHUTIL_API -#define PATHUTIL_API extern +#define PATHUTIL_API /* nothing */ #endif typedef double COORD; PATHUTIL_API COORD area2(Ppoint_t, Ppoint_t, Ppoint_t); -- 2.40.0