Browse Source

Remove unused variable

gingerBill 2 years ago
parent
commit
60ec3594ab
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/llvm_backend_debug.cpp

+ 0 - 2
src/llvm_backend_debug.cpp

@@ -618,8 +618,6 @@ gb_internal LLVMMetadataRef lb_debug_type(lbModule *m, Type *type) {
 }
 }
 
 
 gb_internal void lb_debug_complete_types(lbModule *m) {
 gb_internal void lb_debug_complete_types(lbModule *m) {
-	/* unsigned const ptr_size = cast(unsigned)build_context.ptr_size; */
-	unsigned const ptr_bits = cast(unsigned)(8*build_context.ptr_size);
 	unsigned const int_bits  = cast(unsigned)(8*build_context.int_size);
 	unsigned const int_bits  = cast(unsigned)(8*build_context.int_size);
 
 
 	for_array(debug_incomplete_type_index, m->debug_incomplete_types) {
 	for_array(debug_incomplete_type_index, m->debug_incomplete_types) {