Skip to content

Commit a23e6b3

Browse files
committed
[SampleFDO] Fix MSVC "namespace uses itself" warning (NFC)
MSVC warning: ``` SampleProfileLoaderBaseImpl.h(41): warning C4515: 'llvm': namespace uses itself ```
1 parent 3279943 commit a23e6b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/llvm/Transforms/Utils/SampleProfileLoaderBaseImpl.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include "llvm/Transforms/Utils/SampleProfileLoaderBaseUtil.h"
3939

4040
namespace llvm {
41-
using namespace llvm;
4241
using namespace sampleprof;
4342
using namespace sampleprofutil;
4443
using ProfileCount = Function::ProfileCount;

0 commit comments

Comments
 (0)