remove is_packed bodge

This commit is contained in:
Laytan Laats
2024-05-07 17:25:17 +02:00
parent b0b60fe7ed
commit 9d1db48549

View File

@@ -66,7 +66,6 @@ struct lbProcedure;
struct lbValue {
LLVMValueRef value;
Type *type;
bool is_packed;
};