Index: src/IceInstMIPS32.h |
diff --git a/src/IceInstMIPS32.h b/src/IceInstMIPS32.h |
index 506ca6ec4980ccd8b87fa8886b1e79ac1b8c8bec..3037167ade4a9960735fca7ea58c4845b59f8182 100644 |
--- a/src/IceInstMIPS32.h |
+++ b/src/IceInstMIPS32.h |
@@ -319,7 +319,7 @@ public: |
private: |
InstMIPS32Label(Cfg *Func, TargetMIPS32 *Target); |
- RelocOffset *OffsetReloc = nullptr; |
+ // RelocOffset *OffsetReloc = nullptr; |
John
2016/02/24 15:11:19
why? just remove the field if it is not used.
Jim Stichnoth
2016/02/24 15:16:50
Leaving that for a separate cleanup CL - unfortuna
|
SizeT Number; // used for unique label generation. |
}; |