Skip to content

Commit

Permalink
Update dsymbol.h (#16938)
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored Oct 5, 2024
1 parent f8846a7 commit bdfc21d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/src/dmd/dsymbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -448,5 +448,4 @@ namespace dmd
Dsymbol *search(Dsymbol *d, const Loc &loc, Identifier *ident, SearchOptFlags flags = (SearchOptFlags)SearchOpt::localsOnly);
void setScope(Dsymbol *d, Scope *sc);
void importAll(Dsymbol *d, Scope *sc);
Scope* newScope(Dsymbol *d, Scope *sc);
}

0 comments on commit bdfc21d

Please sign in to comment.