chore: remove unused default (#9791)

This commit is contained in:
Cameron Zwarich 2025-08-07 09:27:23 -07:00 committed by GitHub
parent c801a9e8cf
commit 2104fd7da9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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