From 34a5aa5110c9651e2cf33d694d71b1e450495495 Mon Sep 17 00:00:00 2001 From: Tony Breeds Date: Tue, 10 Nov 2015 15:23:30 +1100 Subject: [PATCH] Remove unused compat variable SCREEN_DEV Currently we set USE_SCREEN to SCREEN_DEV if it's set. There is a comment to remove it once it's eracticated from CI. AFAICT this pre-condition has been met. Change-Id: I1423c8b9c18d1b3e34dbfe1c03be735c646a12b4 --- stackrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/stackrc b/stackrc index 4f459397a0..075236890b 100644 --- a/stackrc +++ b/stackrc @@ -651,9 +651,6 @@ S3_SERVICE_PORT=${S3_SERVICE_PORT:-3333} PRIVATE_NETWORK_NAME=${PRIVATE_NETWORK_NAME:-"private"} PUBLIC_NETWORK_NAME=${PUBLIC_NETWORK_NAME:-"public"} -# Compatibility until it's eradicated from CI -USE_SCREEN=${SCREEN_DEV:-$USE_SCREEN} - # Set default screen name SCREEN_NAME=${SCREEN_NAME:-stack}