Commit Diff


commit - 7446e0fc689e1d058a24b2b1b48883f678d6daea
commit + 772b72c555d5ba59b495ef5eba5a72ba1117a07f
blob - 0a7a7c5a753b4131d9718194754a7cc1ac97e78f
blob + f78e1d14c74e488a815fcce7cc03c68237b90d65
--- sqlite3/errors.ha
+++ sqlite3/errors.ha
@@ -34,8 +34,6 @@ export type sqlite_locked = !void;
 // ...
 export type sqlite_unknown_error = !void;
 
-export type unknown_parameter = !void;
-
 export type error = !(sqlite_error | sqlite_internal | sqlite_perm |
 			sqlite_abort | sqlite_busy | sqlite_locked |
 			sqlite_unknown_error);