From de5498650a4702a9552951d28f344229f37e7ae3 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Sun, 25 Jan 2015 01:25:59 -0800 Subject: [PATCH] featurkck: Typo --- src/etc/featureck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/featureck.py b/src/etc/featureck.py index 766c0cb0373..064cf1d40ab 100644 --- a/src/etc/featureck.py +++ b/src/etc/featureck.py @@ -23,7 +23,7 @@ import sys, os, re src_dir = sys.argv[1] # Features that are allowed to exist in both the language and the library -joint_features = [ "on_unimpleented" ] +joint_features = [ ] # Grab the list of language features from the compiler language_gate_statuses = [ "Active", "Deprecated", "Removed", "Accepted" ]