Skip to content

Commit

Permalink
remove obsolete comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bung87 committed Sep 10, 2023
1 parent 11528e7 commit 0b95c1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/tools/suggest.nim
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
## - In any case, sorting also considers scoping information. Local variables
## get high priority.

# included from sigmatch.nim

import
std/[
Expand Down Expand Up @@ -77,7 +76,6 @@ when defined(nimsuggest):
const
sep = '\t'

#template sectionSuggest(): expr = "##begin\n" & getStackTrace() & "##end\n"

template origModuleName(m: PSym): string = m.name.s

Expand Down

0 comments on commit 0b95c1d

Please sign in to comment.