diff --git a/src/dobjtype.h b/src/dobjtype.h index 79aee5849..d38c42c58 100644 --- a/src/dobjtype.h +++ b/src/dobjtype.h @@ -598,8 +598,6 @@ public: class PClass *ClassRestriction; - // this is only here to block PPointer's implementation - void SetPointer(void *base, unsigned offset, TArray *special = NULL) const override {} bool isCompatible(PType *type); virtual bool IsMatch(intptr_t id1, intptr_t id2) const;