From c72151629d92fb68963baea80023794488324d0f Mon Sep 17 00:00:00 2001 From: Bo Lu Date: Thu, 26 Sep 2024 20:15:19 +1000 Subject: [PATCH] remove notion in mod.rs --- wrappers/src/fdw/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/wrappers/src/fdw/mod.rs b/wrappers/src/fdw/mod.rs index 9d317747..d10de110 100644 --- a/wrappers/src/fdw/mod.rs +++ b/wrappers/src/fdw/mod.rs @@ -36,6 +36,3 @@ mod cognito_fdw; #[cfg(feature = "wasm_fdw")] mod wasm_fdw; - -#[cfg(feature = "notion_fdw")] -mod notion_fdw;