aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/aliasthis.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/aliasthis.h')
-rw-r--r--gcc/d/dmd/aliasthis.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/d/dmd/aliasthis.h b/gcc/d/dmd/aliasthis.h
index 816a4ee..15905e4 100644
--- a/gcc/d/dmd/aliasthis.h
+++ b/gcc/d/dmd/aliasthis.h
@@ -1,6 +1,6 @@
/* Compiler implementation of the D programming language
- * Copyright (C) 2009-2020 by The D Language Foundation, All Rights Reserved
+ * Copyright (C) 2009-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:
AliasThis(Loc loc, Identifier *ident);
Dsymbol *syntaxCopy(Dsymbol *);
- void semantic(Scope *sc);
const char *kind() const;
AliasThis *isAliasThis() { return this; }
void accept(Visitor *v) { v->visit(this); }