Removed devcell-3 from available cells slaves.

Change-Id: I935ef65f681ccea32c90808a10d11dfbb4a79f37
(cherry picked from commit 50dbbec8406fc3798447d74e7bc098f3c4fc536b)
(cherry picked from commit a697a692f3376a7aaeded88b0bcb301d20a70d15)
diff --git a/tools/dev/bash_profile b/tools/dev/bash_profile
index 6294b66..eaff4b3 100644
--- a/tools/dev/bash_profile
+++ b/tools/dev/bash_profile
@@ -196,8 +196,7 @@
 export CELL_WARDEN="10.192.19.72"
 export CELL_SLAVE_1=$CELL_WARDEN
 export CELL_SLAVE_2="10.192.19.71"
-export CELL_SLAVE_3="10.192.19.70"
-export CELL_SLAVES="$CELL_SLAVE_1 $CELL_SLAVE_2 $CELL_SLAVE_3"
+export CELL_SLAVES="$CELL_SLAVE_1 $CELL_SLAVE_2"
 
 # Clears cell environment
 function clearCell {