From 6e217dfcb01c923e54dd172d0dfca68ab8566bdd Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 21 Oct 2013 10:29:44 -0400 Subject: Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. --- objects.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'objects.mk') diff --git a/objects.mk b/objects.mk index 28d31434..547033f9 100644 --- a/objects.mk +++ b/objects.mk @@ -1,5 +1,4 @@ OBJS=\ - ext/kissdb/kissdb.o \ ext/lz4/lz4hc.o \ ext/lz4/lz4.o \ node/C25519.o \ -- cgit v1.2.3