Skip to content

Commit

Permalink
sema: remove outdated code
Browse files Browse the repository at this point in the history
  • Loading branch information
mertcandav committed Jan 8, 2025
1 parent 42951b4 commit 022c8d0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions std/jule/sema/type.jule
Original file line number Diff line number Diff line change
Expand Up @@ -1159,16 +1159,6 @@ impl typeChecker {
}
}

/*{
mut s := ta.TypeSym.Type.Struct()
if s != nil {
ok := self.checkIllegalCycles(decl.Token, s.Decl)
if !ok && self.cycleErr&cycleErrEnable == cycleErrEnable {
ret nil
}
}
}*/

// Push generic reference to owner type alias.
// See developer reference (3) and (4) for more information.
if ta.Generic && self.ownerAlias != nil {
Expand Down

0 comments on commit 022c8d0

Please sign in to comment.