Remove the 'check' target from eclipse.py because it is unused

This commit is contained in:
Thomas Nagy 2021-12-09 15:47:16 +01:00
parent 02d906f69a
commit 00c3cd31b6
1 changed files with 0 additions and 1 deletions

View File

@ -402,7 +402,6 @@ class eclipse(Build.BuildContext):
addTargetWrap('configure', True)
addTargetWrap('dist', False)
addTargetWrap('install', False)
addTargetWrap('check', False)
for addTgt in self.env.ECLIPSE_EXTRA_TARGETS or []:
addTargetWrap(addTgt, False)