Remove the built-in jolt.sqlite / jdbc.core (libraries own native code)

The sqlite/jdbc functionality moves out of the host into the jolt-lang/db
library, which binds libsqlite3 (and libpq) itself via jolt.ffi. A baked
built-in jdbc.core would shadow the library's, so it's removed here. ring-app
gets jdbc.core from the db git dep instead.
This commit is contained in:
Yogthos 2026-06-22 11:23:45 -04:00
parent 537cb360b4
commit db9bed226f
3 changed files with 0 additions and 155 deletions

View file

@ -22,7 +22,6 @@
(load "host/chez/compile-eval.ss")
(load "host/chez/png.ss")
(load "host/chez/http-client.ss")
(load "host/chez/sqlite.ss")
(load "host/chez/http-server.ss")
(load "host/chez/loader.ss") ; defines jolt-sh-out, used by http-client