Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions src/VisualStudio/XSharpCodeModelXs/ProjectSystem/XFile.prg
Original file line number Diff line number Diff line change
Expand Up @@ -94,10 +94,6 @@ NAMESPACE XSharpModel
temp := _entityList:Last()
if nLine > temp:Range:EndLine
result := temp
do while result:Parent is XSourceEntity var source .and. source:Range:EndLine >result:Range:EndLine
result := source
enddo

endif
endif
endif
Expand Down Expand Up @@ -130,9 +126,6 @@ NAMESPACE XSharpModel
temp := _entityList:Last()
if nPos > temp:Interval:Stop
result := temp
do while result:Parent is XSourceEntity var source .and. source:Interval:Stop >result:Interval:Stop
result := source
enddo
endif
endif
endif
Expand Down
Loading