diff --git a/libpkgconf/path.c b/libpkgconf/path.c index 41f4f32..dd76d4e 100644 --- a/libpkgconf/path.c +++ b/libpkgconf/path.c @@ -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)