mirror of
https://github.com/github/semantic.git
synced 2024-12-20 13:21:59 +03:00
Remove self special Relation comment
This commit is contained in:
parent
89f93a4920
commit
929968aef7
@ -173,7 +173,6 @@ defineSelf :: ( AbstractValue term address value m
|
||||
=> Evaluator term address value m ()
|
||||
defineSelf = do
|
||||
let self = Declaration X.__self
|
||||
-- TODO: Should `self` be given a special Relation?
|
||||
declare self Default emptySpan Nothing
|
||||
slot <- lookupDeclaration self
|
||||
assign slot =<< object =<< currentFrame
|
||||
|
Loading…
Reference in New Issue
Block a user