From: Matthew Fernandez Date: Sat, 2 Apr 2022 16:05:56 +0000 (-0700) Subject: Windows: remove unused 'PATHSEPARATOR' #define X-Git-Tag: 4.0.0~133^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=be1922a69552cb289d1dd963ec072bd61a0c8300;p=graphviz Windows: remove unused 'PATHSEPARATOR' #define --- diff --git a/windows/include/config.h b/windows/include/config.h index b222f33ed..2debbc753 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -244,9 +244,6 @@ /* Define to the version of this package. */ #define PACKAGE_VERSION VERSION -/* Path separator character. */ -#define PATHSEPARATOR ":" - /* Define if you want SFDP */ #define SFDP 1 /* #undef SFDP */