From 2f1c89629021cda7880f010f6a7e2e484fb92a46 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sun, 18 Apr 2021 18:33:15 +0100 Subject: Add `-doc-format` command for the new .odin-doc file format (to be used to generate documentation tools) --- src/types.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/types.cpp') diff --git a/src/types.cpp b/src/types.cpp index 143b08c63..7d85aa6bb 100644 --- a/src/types.cpp +++ b/src/types.cpp @@ -195,7 +195,6 @@ struct TypeProc { Type * results; // Type_Tuple i32 param_count; i32 result_count; - u64 tags; isize specialization_count; ProcCallingConvention calling_convention; i32 variadic_index; -- cgit v1.2.3