From 42d717bbe0bf5a7ecc5ede460f3b92a579a83b30 Mon Sep 17 00:00:00 2001 From: Jackson Kaplan Date: Sat, 1 Feb 2025 00:57:34 -0800 Subject: [PATCH] re-run gen --- include/sqlite_orm/sqlite_orm.h | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/include/sqlite_orm/sqlite_orm.h b/include/sqlite_orm/sqlite_orm.h index ac2543e0..e4a45a1d 100644 --- a/include/sqlite_orm/sqlite_orm.h +++ b/include/sqlite_orm/sqlite_orm.h @@ -1877,19 +1877,12 @@ namespace sqlite_orm { namespace internal { inline const std::string& to_string(vfs_t v) { static std::string res[] = { -#if defined(SQLITE_ORM_MAC) || defined(SQLITE_ORM_LINUX) - +#ifdef SQLITE_ORM_UNIX "unix", - "unix-dotfile" - + "unix-dotfile", #ifdef SQLITE_ORM_MAC - , "unix-afp", - -#elif defined(SQLITE_ORM_LINUX) - #endif - #endif #ifdef SQLITE_ORM_WIN