aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/staticassert.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/staticassert.h')
-rw-r--r--gcc/d/dmd/staticassert.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/d/dmd/staticassert.h b/gcc/d/dmd/staticassert.h
index 4491322..6d43cb7 100644
--- a/gcc/d/dmd/staticassert.h
+++ b/gcc/d/dmd/staticassert.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.
@@ -24,8 +24,6 @@ public:
Dsymbol *syntaxCopy(Dsymbol *s);
void addMember(Scope *sc, ScopeDsymbol *sds);
- void semantic(Scope *sc);
- void semantic2(Scope *sc);
bool oneMember(Dsymbol **ps, Identifier *ident);
const char *kind() const;
void accept(Visitor *v) { v->visit(this); }