Remove dead code

This commit is contained in:
Eelco Dolstra 2014-02-06 19:06:08 +01:00
parent 4161fce472
commit 97f8e9bc76
1 changed files with 0 additions and 3 deletions

View File

@ -3,9 +3,6 @@ define run-install-test
installcheck: $1
# Run the test in its own directory to mimick Automake behaviour.
$1.run: $1 $(_PREV_TEST)
_installcheck-list += $1
endef