aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/version.h')
-rw-r--r--gcc/d/dmd/version.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/d/dmd/version.h b/gcc/d/dmd/version.h
index 36c9ef7..9e7fd5e 100644
--- a/gcc/d/dmd/version.h
+++ b/gcc/d/dmd/version.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.
@@ -23,7 +23,6 @@ public:
const char *toChars();
void addMember(Scope *sc, ScopeDsymbol *sds);
- void semantic(Scope *sc);
const char *kind() const;
void accept(Visitor *v) { v->visit(this); }
};
@@ -39,7 +38,6 @@ public:
const char *toChars();
void addMember(Scope *sc, ScopeDsymbol *sds);
- void semantic(Scope *sc);
const char *kind() const;
void accept(Visitor *v) { v->visit(this); }
};