agendafs

A filesystem for your calendar.

git clone git://mccd.space/agendafs
commit 7c89fd90061ae1c97d96826111fc763190651821
parent 5fec2f1e0ff85e3a5d93f883e491bd901df90348
Author: Marc Coquand <marc@coquand.email>
Date:   Sat, 31 May 2025 22:44:32 +0100

Unused file

Diffstat:
Mmain.c | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/main.c b/main.c
@@ -34,8 +34,6 @@ typedef struct {
 	time_t created_at;
 } journal_entry;
 
-static size_t entry_count = 0;
-
 struct hashmap *entries_fuse_key = NULL;
 struct hashmap *entries_original_key = NULL;