From a66612e8aed520c8068a0c626056dd096f67eb65 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Thu, 9 May 2019 11:07:26 +0100 Subject: Remove test code --- src/ir.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/ir.cpp') diff --git a/src/ir.cpp b/src/ir.cpp index 4eee6f54f..838415eaa 100644 --- a/src/ir.cpp +++ b/src/ir.cpp @@ -3352,9 +3352,6 @@ void ir_addr_store(irProcedure *proc, irAddr const &addr, irValue *value) { return; } - gb_printf_err("bit_field_size, %d %d %d\n", size_in_bits, byte_index, bit_inset); - - Type *int_type = nullptr; switch (size_in_bytes) { case 1: int_type = t_u8; break; -- cgit v1.2.3