From ff7638f2ab24f62ad5e03111183484e18327edcd Mon Sep 17 00:00:00 2001 From: miles-rusch-berkeley Date: Tue, 22 Oct 2024 18:50:41 -0700 Subject: [PATCH] remove commented code --- common.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/common.mk b/common.mk index 6ba27177b..bb6a932c6 100644 --- a/common.mk +++ b/common.mk @@ -282,9 +282,6 @@ ifeq (,$(BINARIES)) $(error BINARIES variable is not set. Set it to the list of simulation binaries to run) endif -# check-binary-exists: -# if [ "$(BINARY)" != "none" ] && [ ! -f "$(BINARY)" ]; then printf "\n\nBinary $(BINARY) not found\n\n"; exit 1; fi - %.check-exists: if [ "$*" != "none" ] && [ ! -f "$*" ]; then printf "\n\nBinary $* not found\n\n"; exit 1; fi