1
1
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:
joshvera 2018-12-06 15:53:58 -05:00
parent d96882a7e4
commit 30cb4f43f6

View File

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