Skip to content

Commit 3276ac8

Browse files
committed
[clang][Interp][NFC] Remove unused function prototype
This was causing warnings in MSVC.
1 parent 9ce82a1 commit 3276ac8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

clang/lib/AST/Interp/ByteCodeExprGen.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,8 +277,6 @@ class ByteCodeExprGen : public ConstStmtVisitor<ByteCodeExprGen<Emitter>, bool>,
277277

278278
bool emitPrimCast(PrimType FromT, PrimType ToT, QualType ToQT, const Expr *E);
279279
bool emitRecordDestruction(const Descriptor *Desc);
280-
bool emitDerivedToBaseCasts(const RecordType *DerivedType,
281-
const RecordType *BaseType, const Expr *E);
282280
unsigned collectBaseOffset(const RecordType *BaseType,
283281
const RecordType *DerivedType);
284282

0 commit comments

Comments
 (0)