mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-08 09:03:18 +00:00
[clang][Interp][NFC] Remove unused function prototype
This was causing warnings in MSVC.
This commit is contained in:
parent
9ce82a10a3
commit
3276ac86aa
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user