summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xutils/check_sources.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/utils/check_sources.py b/utils/check_sources.py
index 6f78c26e0..0571ab1e8 100755
--- a/utils/check_sources.py
+++ b/utils/check_sources.py
@@ -189,9 +189,6 @@ def main(argv):
num = 0
out = cStringIO.StringIO()
- # TODO: replace os.walk run with iteration over output of
- # `svn list -R`.
-
for root, dirs, files in os.walk(path):
if '.svn' in dirs:
dirs.remove('.svn')