aboutsummaryrefslogtreecommitdiff
path: root/gcc/d/dmd/cond.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/d/dmd/cond.h')
-rw-r--r--gcc/d/dmd/cond.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/d/dmd/cond.h b/gcc/d/dmd/cond.h
index ec68d19..191164f 100644
--- a/gcc/d/dmd/cond.h
+++ b/gcc/d/dmd/cond.h
@@ -71,7 +71,6 @@ public:
static void addGlobalIdent(const char *ident);
int include(Scope *sc) override;
- DebugCondition *isDebugCondition() override { return this; }
void accept(Visitor *v) override { v->visit(this); }
};
@@ -82,7 +81,6 @@ public:
static void addPredefinedGlobalIdent(const char *ident);
int include(Scope *sc) override;
- VersionCondition *isVersionCondition() override { return this; }
void accept(Visitor *v) override { v->visit(this); }
};