libpkgconf: path: get rid of unused win32-specific variable

Windows builder was warning about this.

Signed-off-by: Ariadne Conill <ariadne@ariadne.space>
master
Ariadne Conill 2025-02-04 17:00:30 -08:00
parent e8dc0e20a7
commit 792e2c6225
No known key found for this signature in database
1 changed files with 0 additions and 4 deletions

View File

@ -346,10 +346,6 @@ normpath(const char *path)
bool
pkgconf_path_relocate(char *buf, size_t buflen)
{
#ifdef _WIN32
char *ti;
#endif
char *tmpbuf;
if ((tmpbuf = normpath(buf)) != NULL)