From af1456440c8115ac0b7f0152299daf8f0bb0db9f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 6 Jan 2022 09:59:26 +0100 Subject: [PATCH] dist/iotlab: remove deprecated auto-ssh backward compatibility --- dist/testbed-support/makefile.iotlab.single.inc.mk | 6 ------ 1 file changed, 6 deletions(-) diff --git a/dist/testbed-support/makefile.iotlab.single.inc.mk b/dist/testbed-support/makefile.iotlab.single.inc.mk index b831b1873e..bc22940a71 100644 --- a/dist/testbed-support/makefile.iotlab.single.inc.mk +++ b/dist/testbed-support/makefile.iotlab.single.inc.mk @@ -48,12 +48,6 @@ ifeq (,$(IOTLAB_NODE)) $(error) endif -ifeq (auto-ssh,$(IOTLAB_NODE)) - $(info $(COLOR_YELLOW)IOTLAB_NODE=auto-ssh is deprecated and will be removed after \ - 2010.07 is released, use IOTLAB_NODE=auto instead$(COLOR_RESET)) - override IOTLAB_NODE := auto -endif - IOTLAB_AUTH ?= $(HOME)/.iotlabrc IOTLAB_USER ?= $(shell cut -f1 -d: $(IOTLAB_AUTH))