]> granicus.if.org Git - graphviz/commitdiff
pathplan: [nfc] remove useless comments in pathutil.h
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 2 Jan 2022 17:08:29 +0000 (18:08 +0100)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Mon, 10 Jan 2022 13:05:20 +0000 (14:05 +0100)
lib/pathplan/pathutil.h

index eee4aa0df2b1037e0dc47d4fbbe43221d055b2f6..0a263cedf41370d568d52841a10af2643e2658a8 100644 (file)
@@ -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