Skip to content

Commit d6cb1fd

Browse files
committed
[clang][Interp][NFC] Remove some unused aliases.
1 parent 8c1a508 commit d6cb1fd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

clang/lib/AST/Interp/ByteCodeExprGen.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,6 @@ template <class Emitter>
4141
class ByteCodeExprGen : public ConstStmtVisitor<ByteCodeExprGen<Emitter>, bool>,
4242
public Emitter {
4343
protected:
44-
// Emitters for opcodes of various arities.
45-
using NullaryFn = bool (ByteCodeExprGen::*)(const SourceInfo &);
46-
using UnaryFn = bool (ByteCodeExprGen::*)(PrimType, const SourceInfo &);
47-
using BinaryFn = bool (ByteCodeExprGen::*)(PrimType, PrimType,
48-
const SourceInfo &);
49-
5044
// Aliases for types defined in the emitter.
5145
using LabelTy = typename Emitter::LabelTy;
5246
using AddrTy = typename Emitter::AddrTy;

0 commit comments

Comments
 (0)