mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-27 21:30:33 +00:00
pkg/compiler: remove fixed TODO (#1376)
This commit is contained in:
parent
05c2dc45fb
commit
3977854c2a
@ -861,7 +861,6 @@ func (comp *compiler) checkTypeArgs(t *ast.Type, desc *typeDesc, flags checkFlag
|
||||
return args
|
||||
}
|
||||
|
||||
// TODO: add warning when template arg is not used
|
||||
func (comp *compiler) replaceTypedef(ctx *checkCtx, t *ast.Type, flags checkFlags) {
|
||||
typedefName := t.Ident
|
||||
comp.usedTypedefs[typedefName] = true
|
||||
|
Loading…
Reference in New Issue
Block a user