From efde0e3a2fa3a92ab2ae260b2ed9fd9f94fe65f2 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 2 Aug 2022 18:30:25 +0200 Subject: remove obsolete todo --- errors.zig | 3 --- 1 file changed, 3 deletions(-) (limited to 'errors.zig') diff --git a/errors.zig b/errors.zig index 69b9410..95faa62 100644 --- a/errors.zig +++ b/errors.zig @@ -129,9 +129,6 @@ pub const Error = SQLiteError || SQLiteExtendedConstraintError; pub fn errorFromResultCode(code: c_int) Error { - // TODO(vincent): can we do something with comptime here ? - // The version number is always static and defined by sqlite. - // These errors are only available since 3.22.0. if (c.SQLITE_VERSION_NUMBER >= 3022000) { switch (code) { -- cgit v1.2.3