From 6419d6f91103e1b115a718539267efa1bf966276 Mon Sep 17 00:00:00 2001 From: niwaka Date: Thu, 23 Mar 2023 21:34:25 +0900 Subject: [PATCH] delete unused attribute --- cozo-lib-swift/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cozo-lib-swift/src/lib.rs b/cozo-lib-swift/src/lib.rs index 79eaaf0e..777dfb55 100644 --- a/cozo-lib-swift/src/lib.rs +++ b/cozo-lib-swift/src/lib.rs @@ -15,7 +15,6 @@ mod ffi { fn new_cozo_db(engine: &str, path: &str, options: &str) -> Option; - #[swift_bridge(associated_to = DbInstance)] fn run_script_str(&self, payload: &str, params: &str) -> String; fn export_relations_str(&self, data: &str) -> String; fn import_relations_str(&self, data: &str) -> String;