mirror of
https://github.com/github/semantic.git
synced 2024-12-14 08:25:32 +03:00
Remove unused bind
This commit is contained in:
parent
d96882a7e4
commit
30cb4f43f6
@ -139,7 +139,7 @@ instance Evaluatable Let where
|
||||
valueName <- maybeM (throwEvalError NoNameError) (declaredName letValue)
|
||||
assocScope <- associatedScope (Declaration valueName)
|
||||
|
||||
withLexicalScopeAndFrame $ do
|
||||
_ <- withLexicalScopeAndFrame $ do
|
||||
declare (Declaration name) letSpan assocScope
|
||||
letVal <- (eval letValue >>= Abstract.value)
|
||||
slot <- lookupDeclaration (Declaration name)
|
||||
|
Loading…
Reference in New Issue
Block a user