mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Removed unused
This commit is contained in:
parent
4e8ded584a
commit
5a6c2a6a99
1 changed files with 0 additions and 4 deletions
|
@ -23,10 +23,6 @@ class FindInstalled(Configs):
|
|||
for package in self.packages:
|
||||
for name in self.utils.installed_packages.values():
|
||||
|
||||
# if self.option_for_no_case:
|
||||
# name: str = name.lower()
|
||||
# package: str = package.lower()
|
||||
|
||||
if package in name or package == '*' or self.is_not_case_sensitive(package, name):
|
||||
self.matching.append(name)
|
||||
self.matched()
|
||||
|
|
Loading…
Reference in a new issue