mirror of
https://github.com/github/semantic.git
synced 2024-12-20 13:21:59 +03:00
Remove comment
This commit is contained in:
parent
27f99067ae
commit
54fc24853b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user