fix(hash): removed LogObject because logs are mutable and not static (aka do not belong into the object database)

This commit is contained in:
lisk77 2025-09-02 02:01:20 +02:00
parent e9cf112c56
commit c8e5cd7095
2 changed files with 0 additions and 2 deletions

View file

@ -10,7 +10,6 @@ typedef enum {
BaseFileObject,
DiffObject,
TreeObject,
LogObject
} ObjectType;
void object_hash(ObjectType, char*, char*);