nostrdb/cleanup: remove old dbscan stuff

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-01-05 20:40:39 -08:00
committed by Daniel D’Aquino
parent a84749cd07
commit 206efba58a

View File

@@ -212,18 +212,6 @@ enum ndb_scan_cursor_type {
NDB_SCAN_ID,
};
// same idea as DBScan::ScanCursor in strfry
struct ndb_scan_cursor {
enum ndb_scan_cursor_type type;
int outstanding;
};
// same idea as DBScan in strfry
struct ndb_dbscan {
struct ndb_scan_cursor cursors[MAX_SCAN_CURSORS];
int num_cursors;
};
// A clustered key with an id and a timestamp
struct ndb_tsid {
unsigned char id[32];