[clang][Interp][NFC] Remove unused function prototype

This was causing warnings in MSVC.
This commit is contained in:
Timm Bäder 2023-09-08 16:39:30 +02:00
parent 9ce82a10a3
commit 3276ac86aa

View File

@ -277,8 +277,6 @@ private:
bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
bool emitRecordDestruction(const Descriptor *Desc);
bool emitDerivedToBaseCasts(const RecordType *DerivedType,
const RecordType *BaseType, const Expr *E);
unsigned collectBaseOffset(const RecordType *BaseType,
const RecordType *DerivedType);