aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/module.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/module.h')
-rw-r--r--gcc/d/dmd/module.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/d/dmd/module.h b/gcc/d/dmd/module.h
index 82e1b4a..ec1a11b 100644
--- a/gcc/d/dmd/module.h
+++ b/gcc/d/dmd/module.h
@@ -47,8 +47,6 @@ public:
bool equals(const RootObject * const o) const override;
- Package *isPackage() override final { return this; }
-
bool isAncestorPackageOf(const Package * const pkg) const;
void accept(Visitor *v) override { v->visit(this); }
@@ -158,7 +156,6 @@ public:
void *ctfe_cov; // stores coverage information from ctfe
- Module *isModule() override { return this; }
void accept(Visitor *v) override { v->visit(this); }
};