chore: remove unused default (#9791)
This commit is contained in:
parent
c801a9e8cf
commit
2104fd7da9
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def getJPParams (ctx : Context) (j : JoinPointId) : Array Param :=
|
|||
ctx.localCtx.getJPParams j |>.get!
|
||||
|
||||
def getJPLiveVars (ctx : Context) (j : JoinPointId) : LiveVarSet :=
|
||||
ctx.jpLiveVarMap.get? j |>.getD {}
|
||||
ctx.jpLiveVarMap.get! j
|
||||
|
||||
def mustConsume (ctx : Context) (x : VarId) : Bool :=
|
||||
let info := getVarInfo ctx x
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue