Remove unused code.

This commit is contained in:
Christoffer Lerno
2022-05-02 16:35:14 +02:00
parent 2f23d56a12
commit 15e1db78a7

View File

@@ -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);