mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Remove unused code.
This commit is contained in:
@@ -7,11 +7,7 @@
|
||||
ABIArgInfo *win64_classify(Regs *regs, Type *type, bool is_return, bool is_vector, bool is_reg)
|
||||
{
|
||||
if (type_is_void(type)) return abi_arg_ignore();
|
||||
|
||||
if (type_lowering(type)->type_kind == TYPE_TYPEDEF)
|
||||
{
|
||||
printf("foekf");
|
||||
}
|
||||
|
||||
// Lower enums etc.
|
||||
type = type_lowering(type);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user