From: Magnus Jacobsson Date: Sat, 1 Jan 2022 16:25:02 +0000 (+0100) Subject: cgraph: [nfc] remove useless default extern declaration of functions in cghdr.h X-Git-Tag: 3.0.0~87^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea2abe489d91effdd156a9dce55fdfb3b3e18a60;p=graphviz cgraph: [nfc] remove useless default extern declaration of functions in cghdr.h --- 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