Commit f788603
committed
_emerge: actions: drop redundant Atom(str(atom)) wrapper
vardb.match() calls match_from_list(), which uses only cp, cpv, use,
operator, etc. -- none of which differ between an evaluated Atom and a
freshly constructed Atom(str(evaluated_atom)). Pass the atom directly.
Update the comment to drop the now-misleading Atom(str(atom)) reference.
Signed-off-by: Matt Turner <mattst88@gentoo.org>1 parent 7b29c5b commit f788603
1 file changed
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
1186 | | - | |
1187 | | - | |
1188 | | - | |
1189 | | - | |
1190 | | - | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
1191 | 1189 | | |
1192 | | - | |
1193 | | - | |
1194 | | - | |
1195 | | - | |
1196 | | - | |
| 1190 | + | |
1197 | 1191 | | |
1198 | 1192 | | |
1199 | 1193 | | |
| |||
0 commit comments