aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/import.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/import.h')
-rw-r--r--gcc/d/dmd/import.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/d/dmd/import.h b/gcc/d/dmd/import.h
index d173931..e49ad15 100644
--- a/gcc/d/dmd/import.h
+++ b/gcc/d/dmd/import.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.
@@ -47,8 +47,6 @@ public:
Dsymbol *syntaxCopy(Dsymbol *s); // copy only syntax trees
void load(Scope *sc);
void importAll(Scope *sc);
- void semantic(Scope *sc);
- void semantic2(Scope *sc);
Dsymbol *toAlias();
void addMember(Scope *sc, ScopeDsymbol *sds);
void setScope(Scope* sc);