Remove "using namespace llvm" from ReleaseModeModelRunner.h

A using directive in a header pollutes the namespace of all files which
include that header. It seems this snuck in in D115764 by moving some
code from a cpp file.
This commit is contained in:
Pavel Labath 2022-03-02 15:29:12 +01:00
parent d2edca6276
commit 11511e9357
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@
#include <memory>
#include <vector>
using namespace llvm;
namespace llvm {
/// ReleaseModeModelRunner - production mode implementation of the