mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Replace static initializer with @init / @finalizer
This commit is contained in:
committed by
Christoffer Lerno
parent
757a5b58e8
commit
4cc30c0d33
@@ -187,8 +187,6 @@ static void register_generic_decls(CompilationUnit *unit, Decl **decls)
|
||||
case DECL_CT_ASSERT:
|
||||
case DECL_CT_ECHO:
|
||||
case DECL_DECLARRAY:
|
||||
case DECL_INITIALIZE:
|
||||
case DECL_FINALIZE:
|
||||
case DECL_ERASED:
|
||||
case DECL_FNTYPE:
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user