mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-18 11:52:22 -07:00
Remove some TODO. Leave important note
This commit is contained in:
@@ -1649,8 +1649,6 @@ gb_internal void lb_finalize_objc_names(lbGenerator *gen, lbProcedure *p) {
|
||||
isize method_param_count = method_type->Proc.param_count;
|
||||
isize method_param_offset = 0;
|
||||
|
||||
// TODO(harold): Need to make sure (at checker stage) that the non-class method has the self parameter already.
|
||||
// (Maybe this is already accounted for?.)
|
||||
if (!md.ac.objc_is_class_method) {
|
||||
GB_ASSERT(method_param_count >= 1);
|
||||
method_param_count -= 1;
|
||||
|
||||
Reference in New Issue
Block a user