diff options
Diffstat (limited to 'core/save-git.c')
-rw-r--r-- | core/save-git.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/core/save-git.c b/core/save-git.c index 5d117748a..3780399a0 100644 --- a/core/save-git.c +++ b/core/save-git.c @@ -610,14 +610,10 @@ static int save_one_picture(git_repository *repo, struct dir *dir, struct pictur int offset = pic->offset.seconds; struct membuffer buf = { 0 }; char sign = '+'; - char *hash; unsigned h; show_utf8(&buf, "filename ", pic->filename, "\n"); show_gps(&buf, pic->latitude, pic->longitude); - hash = hashstring(pic->filename); - show_utf8(&buf, "hash ", hash, "\n"); - free(hash); /* Picture loading will load even negative offsets.. */ if (offset < 0) { |