aboutsummaryrefslogtreecommitdiff
path: root/bindings/ruby/defs.h
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2023-03-31 14:40:50 -0600
committerDavid Bremner <david@tethera.net>2023-05-29 07:51:02 -0300
commit95a4bf38173311597bcc4fa7f597d58bb11ed119 (patch)
tree3d009d11e19e29e888c58503adef580a68a48b96 /bindings/ruby/defs.h
parent239fdbbbf0cbd6cd6ebafb87e88cdb3cded75364 (diff)
ruby: db: reorganize initializer
In order to make it more extensible. No functional changes. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Diffstat (limited to 'bindings/ruby/defs.h')
-rw-r--r--bindings/ruby/defs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h
index f2a7e484..a2cb38c8 100644
--- a/bindings/ruby/defs.h
+++ b/bindings/ruby/defs.h
@@ -47,8 +47,6 @@ extern VALUE notmuch_rb_eUnbalancedFreezeThawError;
extern VALUE notmuch_rb_eUnbalancedAtomicError;
extern ID ID_call;
-extern ID ID_db_create;
-extern ID ID_db_mode;
/* RSTRING_PTR() is new in ruby-1.9 */
#if !defined(RSTRING_PTR)