From: Magnus Jacobsson Date: Sun, 2 Jan 2022 17:08:29 +0000 (+0100) Subject: pathplan: [nfc] remove useless comments in pathutil.h X-Git-Tag: 3.0.0~81^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=82b24bd64135a82f1de09c4790560fe5aaa11afe;p=graphviz pathplan: [nfc] remove useless comments in pathutil.h --- diff --git a/lib/pathplan/pathutil.h b/lib/pathplan/pathutil.h index eee4aa0df..0a263cedf 100644 --- a/lib/pathplan/pathutil.h +++ b/lib/pathplan/pathutil.h @@ -24,7 +24,6 @@ extern "C" { #define TRUE (NOT(FALSE)) #endif -/*visual studio*/ #ifdef GVDLL #ifdef PATHPLAN_EXPORTS #define PATHUTIL_API __declspec(dllexport) @@ -32,7 +31,7 @@ extern "C" { #define PATHUTIL_API __declspec(dllimport) #endif #endif -/*end visual studio*/ + #ifndef PATHUTIL_API #define PATHUTIL_API extern #endif