Skip to content

Commit

Permalink
[clang][Interp][NFC] Remove unused function prototype
Browse files Browse the repository at this point in the history
This was causing warnings in MSVC.
  • Loading branch information
tbaederr committed Sep 8, 2023
1 parent 9ce82a1 commit 3276ac8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/lib/AST/Interp/ByteCodeExprGen.h
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,6 @@ class ByteCodeExprGen : public ConstStmtVisitor<ByteCodeExprGen<Emitter>, bool>,

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);

Expand Down

0 comments on commit 3276ac8

Please sign in to comment.