From 4ab75bf722a981ba4772daf0eb3deac8cfd21632 Mon Sep 17 00:00:00 2001
From: Marc Bonnici <marc.bonnici@arm.com>
Date: Tue, 20 Mar 2018 11:49:28 +0000
Subject: [PATCH] config/core: Update decription of execution order

Remove reference to "classic" execution order.
---
 wa/framework/configuration/core.py | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py
index 5eaceb96..6becdbd0 100644
--- a/wa/framework/configuration/core.py
+++ b/wa/framework/configuration/core.py
@@ -574,9 +574,7 @@ class RunConfiguration(Configuration):
 
             ``"by_spec"``
                 All iterations of the first spec are executed before moving on
-                to the next spec. E.g. A1 A2 A3 B1 C1 C2 This may also be
-                specified as ``"classic"``, as this was the way workloads were
-                executed in earlier versions of WA.
+                to the next spec. E.g. A1 A2 A3 B1 C1 C2.
 
             ``"random"``
                 Execution order is entirely random.