Gentoo Archives: gentoo-portage-dev

From: Zac Medico <zmedico@g.o>
To: gentoo-portage-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: Re: [gentoo-portage-dev] [PATCH] const: Remove unused MANIFEST1_REQUIRED_HASH
Date: Thu, 15 Jun 2017 16:08:36
Message-Id: CAMiTYSpMRdsfcVmdVkMGYqax6KYYM__HgzWrsHnTLsjGo806DQ@mail.gmail.com
In Reply to: [gentoo-portage-dev] [PATCH] const: Remove unused MANIFEST1_REQUIRED_HASH by "Michał Górny"
1 On Thu, Jun 15, 2017 at 12:27 AM, Michał Górny <mgorny@g.o> wrote:
2
3 > The MANIFEST1_REQUIRED_HASH constant is not used anywhere, so it should
4 > be possible to remove it safely.
5 > ---
6 > pym/portage/const.py | 1 -
7 > 1 file changed, 1 deletion(-)
8 >
9 > diff --git a/pym/portage/const.py b/pym/portage/const.py
10 > index 7e415ba9c..052d4ca2f 100644
11 > --- a/pym/portage/const.py
12 > +++ b/pym/portage/const.py
13 > @@ -206,7 +206,6 @@ EAPI = 6
14 >
15 > HASHING_BLOCKSIZE = 32768
16 > MANIFEST1_HASH_FUNCTIONS = ("MD5", "SHA256", "RMD160")
17 > -MANIFEST1_REQUIRED_HASH = "MD5"
18 >
19 > # Past events:
20 > #
21 > --
22 > 2.13.1
23 >
24 >
25 >
26
27 Looks good.
28 --
29 Thanks,
30 Zac

Replies