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

llvm-svn: 268469
This commit is contained in:
Richard Smith 2016-05-04 00:21:33 +00:00
parent d4258dce35
commit 4d0ef61846

View File

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