From be1922a69552cb289d1dd963ec072bd61a0c8300 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 2 Apr 2022 09:05:56 -0700 Subject: [PATCH] Windows: remove unused 'PATHSEPARATOR' #define --- windows/include/config.h | 3 --- 1 file changed, 3 deletions(-) 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 */ -- 2.40.0