Remove useless flag.
This commit is contained in:
parent
f29b09e054
commit
c745dcc29c
@ -159,9 +159,6 @@ namespace cling {
|
||||
///
|
||||
bool m_PrintAST;
|
||||
|
||||
///\brief Flag toggling the AST printing on or off.
|
||||
///
|
||||
bool m_PrintIR;
|
||||
|
||||
///\brief Flag toggling the dynamic scopes on or off.
|
||||
///
|
||||
|
@ -177,7 +177,7 @@ namespace cling {
|
||||
|
||||
Interpreter::Interpreter(int argc, const char* const *argv,
|
||||
const char* llvmdir /*= 0*/) :
|
||||
m_UniqueCounter(0), m_PrintAST(false), m_PrintIR(false),
|
||||
m_UniqueCounter(0), m_PrintAST(false),
|
||||
m_DynamicLookupEnabled(false), m_RawInputEnabled(false) {
|
||||
|
||||
m_LLVMContext.reset(new llvm::LLVMContext);
|
||||
|
Loading…
Reference in New Issue
Block a user