Skip to content

Commit

Permalink
[SampleFDO] Fix MSVC "namespace uses itself" warning (NFC)
Browse files Browse the repository at this point in the history
MSVC warning:
```
SampleProfileLoaderBaseImpl.h(41): warning C4515: 'llvm': namespace uses itself
```
  • Loading branch information
nullptr-cpp committed Feb 17, 2021
1 parent 3279943 commit a23e6b3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
#include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h"

namespace llvm {
using namespace llvm;
using namespace sampleprof;
using namespace sampleprofutil;
using ProfileCount = Function::ProfileCount;
Expand Down

0 comments on commit a23e6b3

Please sign in to comment.