From 0db3d2497a933796684350c5905f7c9f3990426e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 17 Jun 2015 21:02:13 +0200 Subject: Remove unneeded variables from cover.mk --- plugins/cover.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/plugins/cover.mk b/plugins/cover.mk index bd94051..1ec4a52 100644 --- a/plugins/cover.mk +++ b/plugins/cover.mk @@ -3,11 +3,6 @@ COVER_REPORT_DIR = cover -# utility variables for representing special symbols -empty := -space := $(empty) $(empty) -comma := , - # Hook in coverage to eunit ifdef COVER @@ -25,7 +20,6 @@ endif ifdef COVER ifdef CT_RUN - # All modules in 'ebin' COVER_MODS = $(notdir $(basename $(shell echo ebin/*.beam))) -- cgit v1.2.3