From 50b868f67a2c62af044b1eeac338c39113a9989a Mon Sep 17 00:00:00 2001 From: nhmall Date: Sun, 6 Sep 2026 13:52:20 -0400 Subject: [PATCH] remove obsolete VISION_TABLES reference VISION_TABLES removed as part of commit 3ffd330c31ecbec0356237262ad9c38136cca311. --- src/mdlib.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mdlib.c b/src/mdlib.c index 9599ad8a0..2668b856c 100644 --- a/src/mdlib.c +++ b/src/mdlib.c @@ -588,9 +588,6 @@ static const char *const build_opts[] = { #ifdef PREFIXES_IN_USE "variable playground", #endif -#ifdef VISION_TABLES - "vision tables", -#endif #ifdef SYSCF "system configuration at run-time", #endif