From ea2abe489d91effdd156a9dce55fdfb3b3e18a60 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sat, 1 Jan 2022 17:25:02 +0100 Subject: [PATCH] cgraph: [nfc] remove useless default extern declaration of functions in cghdr.h --- lib/cgraph/cghdr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cgraph/cghdr.h b/lib/cgraph/cghdr.h index b2c3cd0ba..8a442a999 100644 --- a/lib/cgraph/cghdr.h +++ b/lib/cgraph/cghdr.h @@ -19,7 +19,7 @@ #define CGHDR_API __declspec(dllimport) #endif #else -#define CGHDR_API extern +#define CGHDR_API /* nothing */ #endif #include -- 2.40.0