utils: Remove the 'reindent' tool

Nobody seems to be using this, probably because of the 'flake8' target,
and it hasn't been touched, some Python/flake8 updates aside in years.
Just remove it.

The Make target is not removed to both give us time to warn users that
the target is gone and, more importantly, to prevent merge conflicts
with other patches being submitted at the same time.

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane
2017-10-01 16:31:32 +01:00
parent ae08b2d794
commit b90e58809f
2 changed files with 1 additions and 321 deletions

View File

@@ -86,7 +86,7 @@ pylint:
@pylint --rcfile utils/pylintrc sphinx
reindent:
@$(PYTHON) utils/reindent.py -r -n .
@echo "This target no longer does anything and will be removed imminently"
test:
@cd tests; $(PYTHON) run.py --ignore py35 -v $(TEST)