lbutils/file: remove unused macro

not needed here (detected with clang -Weverything)

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-04-01 16:49:19 +01:00
parent fb81b7b736
commit ae5e74554a
-4
View File
@@ -16,10 +16,6 @@ more correct usage example:
long max = pathconf("/", _PC_PATH_MAX);
*/
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 700
#endif
/* for openat2: */
#ifdef __linux__
#if !defined(USE_OPENAT) || \