remove some unneeded forward declearations

This commit is contained in:
Erik Eckstein
2016-01-25 14:59:20 -08:00
parent d3c975391f
commit aef0a11a7c
7 changed files with 0 additions and 9 deletions

View File

@@ -26,7 +26,6 @@
namespace swift {
class Operand;
class SILValue;
class ValueBaseUseIterator;
class ValueUseIterator;
class SILBasicBlock;
@@ -53,7 +52,6 @@ class alignas(8) ValueBase : public SILAllocated<ValueBase> {
SILType Type;
Operand *FirstUse = nullptr;
friend class Operand;
friend class SILValue;
const ValueKind Kind;