[llvm] 5d11b5e - [Support] Remove extraneous "using namespace llvm::support;" (NFC)

Kazu Hirata via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 2 21:41:06 PDT 2023


Author: Kazu Hirata
Date: 2023-11-02T21:41:00-07:00
New Revision: 5d11b5ef5cace6f42c3c969f115f87547b724d6d

URL: https://github.com/llvm/llvm-project/commit/5d11b5ef5cace6f42c3c969f115f87547b724d6d
DIFF: https://github.com/llvm/llvm-project/commit/5d11b5ef5cace6f42c3c969f115f87547b724d6d.diff

LOG: [Support] Remove extraneous "using namespace llvm::support;" (NFC)

Added: 
    

Modified: 
    llvm/lib/Support/BinaryStreamRef.cpp

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Support/BinaryStreamRef.cpp b/llvm/lib/Support/BinaryStreamRef.cpp
index acb1dff889f5cf9..a6d0bfa10b757c8 100644
--- a/llvm/lib/Support/BinaryStreamRef.cpp
+++ b/llvm/lib/Support/BinaryStreamRef.cpp
@@ -10,7 +10,6 @@
 #include "llvm/Support/BinaryByteStream.h"
 
 using namespace llvm;
-using namespace llvm::support;
 
 namespace {
 


        


More information about the llvm-commits mailing list