From 5676bd606626d76f0c7c0b76e122e516f03aebff Mon Sep 17 00:00:00 2001
From: "Antoine R. Dumont (@ardumont)" <antoine.romain.dumont@gmail.com>
Date: Mon, 17 Sep 2018 11:01:35 +0200
Subject: [PATCH] hashutil: Remove unused variables

---
 swh/model/hashutil.py | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/swh/model/hashutil.py b/swh/model/hashutil.py
index 0e789834..06579bd3 100644
--- a/swh/model/hashutil.py
+++ b/swh/model/hashutil.py
@@ -45,14 +45,6 @@ HASH_BLOCK_SIZE = 32768
 
 _blake2_hash_cache = {}
 
-HASH_FORMATS = set(['bytes', 'bytehex', 'hex'])
-"""Supported output hash formats
-"""
-
-EXTRA_LENGTH = set(['length'])
-"""Extra information to compute
-"""
-
 
 class MultiHash:
     """Hashutil class to support multiple hashes computation.
-- 
GitLab