fix(hash): removed LogObject because logs are mutable and not static (aka do not belong into the object database)
This commit is contained in:
parent
e9cf112c56
commit
c8e5cd7095
2 changed files with 0 additions and 2 deletions
|
|
@ -10,7 +10,6 @@ typedef enum {
|
|||
BaseFileObject,
|
||||
DiffObject,
|
||||
TreeObject,
|
||||
LogObject
|
||||
} ObjectType;
|
||||
|
||||
void object_hash(ObjectType, char*, char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue