| Index: Source/build/scripts/audit_runtime_enabled_features.py
|
| diff --git a/Source/build/scripts/audit_runtime_enabled_features.py b/Source/build/scripts/audit_runtime_enabled_features.py
|
| index 93809406d301e651babbee0129672c29f59f5715..fcd318f8e42a5b61842fc15d33e1f7f0494a43fe 100755
|
| --- a/Source/build/scripts/audit_runtime_enabled_features.py
|
| +++ b/Source/build/scripts/audit_runtime_enabled_features.py
|
| @@ -25,7 +25,7 @@ def features_path(branch):
|
|
|
| def parse_features_file(features_text):
|
| valid_values = {
|
| - 'status': ['stable', 'experimental', 'deprecated', 'test'],
|
| + 'status': ['stable', 'experimental', 'test'],
|
| }
|
| defaults = {
|
| 'condition': None,
|
|
|