core: Remove some ancient unused resizeMe, setHash, and storeBlob message handlers.
All checks were successful
Build Tilde Friends / Build-Docs (push) Successful in 2m31s
Build Tilde Friends / Build-All (push) Successful in 10m4s

This commit is contained in:
2025-12-09 19:05:07 -05:00
parent 81353b4da9
commit b4c014fd27
2 changed files with 1 additions and 43 deletions

View File

@@ -1039,7 +1039,6 @@ typedef struct _global_setting_set_t
static void _tf_ssb_globalSettingsSet_work(tf_ssb_t* ssb, void* user_data)
{
global_setting_set_t* work = user_data;
tf_printf("SET [%s]=[%s]\n", work->key, work->value);
sqlite3* db = tf_ssb_acquire_db_writer(ssb);
work->done = tf_ssb_db_set_global_setting_from_string(db, work->key, work->value);
tf_ssb_release_db_writer(ssb, db);