Remove unnecessary "using namespace llvm" inside "namespace llvm". NFCI.

This commit is contained in:
Simon Pilgrim 2021-02-19 11:15:16 +00:00
parent 2258b367db
commit aa44815f84
1 changed files with 0 additions and 1 deletions
llvm/include/llvm/Transforms/Utils

View File

@ -41,7 +41,6 @@
#include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h"
namespace llvm {
using namespace llvm;
using namespace sampleprof;
using namespace sampleprofutil;
using ProfileCount = Function::ProfileCount;