From 198f972077e0756f533732ceb7cb1bc12fc29a3d Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 30 May 2013 20:19:35 +0000 Subject: [PATCH] Remove unused member. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182958 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/ExecutionEngine/MCJIT/MCJITTestBase.h | 1 - 1 file changed, 1 deletion(-) diff --git a/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h b/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h index fd358cda058..95a5c8bff8e 100644 --- a/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h +++ b/unittests/ExecutionEngine/MCJIT/MCJITTestBase.h @@ -193,7 +193,6 @@ protected: CodeModel::Model CodeModel; StringRef MArch; SmallVector MAttrs; - OwningPtr TM; OwningPtr TheJIT; IRBuilder<> Builder; RTDyldMemoryManager *MM; -- 2.34.1