Remove (unused) "using namespace llvm;" in Support header. This caused the modules build to break.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268469 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Richard Smith 2016-05-04 00:21:33 +00:00
parent fea3ecb60c
commit 11773e9bc3

View File

@ -19,8 +19,6 @@
#include "llvm/Support/raw_ostream.h"
#include <algorithm>
using namespace llvm;
namespace llvm {
template <typename T> struct EnumEntry {