Remove "generic" code paths.

This commit is contained in:
Christoffer Lerno
2023-03-01 12:01:43 +01:00
parent b9dbefbe1b
commit f8208f946b
20 changed files with 10 additions and 66 deletions

View File

@@ -1589,13 +1589,7 @@ struct CompilationUnit_
Visibility default_visibility;
bool export_by_default;
bool test_by_default;
struct
{
// Not properly implemented
Decl **generic_methods;
Decl **generics;
Decl **generic_defines;
};
Decl **generic_defines;
Decl **ct_ifs;
Decl **ct_asserts;
Decl **ct_echos;