Browse Source

remove is_packed bodge

Laytan Laats 1 year ago
parent
commit
9d1db48549
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/llvm_backend.hpp

+ 0 - 1
src/llvm_backend.hpp

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