From 93fd134a92fb50cc6e8a9b5db3d6f25e84e6fa10 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Thu, 9 Mar 2017 21:46:16 +0100 Subject: Fix bugs and warnings in qlite --- qlite/src/statement_builder.vala | 2 -- 1 file changed, 2 deletions(-) (limited to 'qlite/src/statement_builder.vala') diff --git a/qlite/src/statement_builder.vala b/qlite/src/statement_builder.vala index 8df069dd..e0055e87 100644 --- a/qlite/src/statement_builder.vala +++ b/qlite/src/statement_builder.vala @@ -23,8 +23,6 @@ public abstract class StatementBuilder { public virtual void bind(Statement stmt, int index) { if (column != null) { column.bind(stmt, index, value); - } else { - throw new DatabaseError.NOT_SUPPORTED("binding was not implemented for this field."); } } } -- cgit v1.2.3-70-g09d2