Index: Source/core/scripts/name_macros.py |
diff --git a/Source/core/scripts/name_macros.py b/Source/core/scripts/name_macros.py |
index 4700e26a80017a92eb947dfded676147089721ac..4c4601d9779a29c9ac544a0c5a9b6f1a59b96c2f 100644 |
--- a/Source/core/scripts/name_macros.py |
+++ b/Source/core/scripts/name_macros.py |
@@ -72,7 +72,6 @@ def _name_for_entry(entry): |
return entry['interfaceName'] |
return os.path.basename(entry['name']) |
- |
class Writer(in_generator.Writer): |
def __init__(self, in_file_path): |
super(Writer, self).__init__(in_file_path) |