From: Zac Medico Date: Sun, 16 Jan 2011 20:30:58 +0000 (-0800) Subject: Remove redundant portage.listdir(ignorecvs) code. X-Git-Tag: v2.1.9.32~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=df3a064ceb7cdef5c95357fd4037a4067aa1593d;p=portage.git Remove redundant portage.listdir(ignorecvs) code. The ignorecvs filtering is handled by cacheddir since commit 956a2a70446e7618ef29593ed710648ca2b1e19f. --- diff --git a/pym/portage/util/listdir.py b/pym/portage/util/listdir.py index 64d1a88b5..d2dc1750d 100644 --- a/pym/portage/util/listdir.py +++ b/pym/portage/util/listdir.py @@ -125,8 +125,7 @@ def listdir(mypath, recursive=False, filesonly=False, ignorecvs=False, ignorelis if recursive: x=0 while x