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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/d/dmd/import.h b/gcc/d/dmd/import.h
index bfbb551..14bd889 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-2024 by The D Language Foundation, All Rights Reserved
+ * Copyright (C) 1999-2025 by The D Language Foundation, All Rights Reserved
* written by Walter Bright
* https://www.digitalmars.com
* Distributed under the Boost Software License, Version 1.0.
@@ -44,6 +44,5 @@ public:
Dsymbol *toAlias() override;
bool overloadInsert(Dsymbol *s) override;
- Import *isImport() override { return this; }
void accept(Visitor *v) override { v->visit(this); }
};