aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/nspace.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/nspace.h')
-rw-r--r--gcc/d/dmd/nspace.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/d/dmd/nspace.h b/gcc/d/dmd/nspace.h
index ae29b18..71dafb2 100644
--- a/gcc/d/dmd/nspace.h
+++ b/gcc/d/dmd/nspace.h
@@ -1,6 +1,6 @@
/* Compiler implementation of the D programming language
- * Copyright (C) 1999-2020 by The D Language Foundation, All Rights Reserved
+ * Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved
* written by Walter Bright
* http://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
@@ -25,9 +25,6 @@ class Nspace : public ScopeDsymbol
Dsymbol *syntaxCopy(Dsymbol *s);
void addMember(Scope *sc, ScopeDsymbol *sds);
void setScope(Scope *sc);
- void semantic(Scope *sc);
- void semantic2(Scope *sc);
- void semantic3(Scope *sc);
bool oneMember(Dsymbol **ps, Identifier *ident);
Dsymbol *search(const Loc &loc, Identifier *ident, int flags = SearchLocalsOnly);
int apply(Dsymbol_apply_ft_t fp, void *param);