This should be reimplemented. So far it is a nop.
This commit is contained in:
parent
bd023123b0
commit
eea3bf1f3d
@ -524,8 +524,6 @@ namespace cling {
|
||||
//FIXME: Terrible hack to let the IncrementalParser run static inits on
|
||||
// transaction completed.
|
||||
ExecutionResult runStaticInitializersOnce(const Transaction& T) const;
|
||||
//FIXME: Interface that doesn't make a lot of sense for cling standalone
|
||||
void runStaticDestructorsOnce();
|
||||
|
||||
///\brief Evaluates given expression within given declaration context.
|
||||
///
|
||||
|
@ -1013,10 +1013,6 @@ namespace cling {
|
||||
return ConvertExecutionResult(ExeRes);
|
||||
}
|
||||
|
||||
void Interpreter::runStaticDestructorsOnce() {
|
||||
m_Executor->runStaticDestructorsOnce(getModule());
|
||||
}
|
||||
|
||||
void Interpreter::MaybeIgnoreFakeDiagnostics() const {
|
||||
// In rawInput mode we want to be as close as possible to the compiler.
|
||||
if (isRawInputEnabled())
|
||||
|
Loading…
x
Reference in New Issue
Block a user