From 9dd448d9983824433d213bbf8062ca3a0c0fd94b Mon Sep 17 00:00:00 2001 From: Vassil Vassilev Date: Sat, 16 Mar 2019 11:30:47 +0200 Subject: [PATCH] Order alphabetically includes. --- lib/Interpreter/Interpreter.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/Interpreter/Interpreter.cpp b/lib/Interpreter/Interpreter.cpp index 92a08883..7238715c 100644 --- a/lib/Interpreter/Interpreter.cpp +++ b/lib/Interpreter/Interpreter.cpp @@ -59,7 +59,6 @@ #include "llvm/IR/Module.h" #include "llvm/Support/Path.h" -#include #include #include #include @@ -1088,10 +1087,6 @@ namespace cling { utils::Analyze::maybeMangleDeclName(FD, mangledNameIfNeeded); IncrementalExecutor::ExecutionResult ExeRes = m_Executor->executeWrapper(mangledNameIfNeeded, res); - - // Force-flush as we might be printing on screen with printf. - std::cout.flush(); - return ConvertExecutionResult(ExeRes); }