1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 13:21:59 +03:00

Remove comment

This commit is contained in:
joshvera 2018-12-14 16:50:52 -05:00
parent 27f99067ae
commit 54fc24853b

View File

@ -98,7 +98,6 @@ instance Evaluatable RequiredParameter where
eval eval ref RequiredParameter{..} = do
name <- maybeM (throwEvalError $ NoNameError requiredParameterSubject) (declaredName requiredParameterSubject)
span <- ask @Span
-- TODO: Should we specify function parameters with a special Relation?
declare (Declaration name) Default span Nothing
lhs <- ref requiredParameterSubject