Remove unused private fields found by clang's new -Wunused-private-field.
[oota-llvm.git] / utils / TableGen / FastISelEmitter.cpp
index 2bb351b7085d7f24ba1e636eadb92b0aef9198f0..0253484b6f0f43e4afafa784c7e3522e3c479d46 100644 (file)
@@ -867,6 +867,6 @@ void FastISelEmitter::run(raw_ostream &OS) {
 }
 
 FastISelEmitter::FastISelEmitter(RecordKeeper &R)
-  : Records(R), CGP(R) {
+  : CGP(R) {
 }