[dsymutil] Improve consistency by removing redundant namespaces (NFC)
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 3 Oct 2019 16:34:44 +0000 (16:34 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 3 Oct 2019 16:34:44 +0000 (16:34 +0000)
commit2733bde66314a51aaccdd825375784ba59f39cf4
tree8c7e189c6c39d2faefeea6f499041057d53b67fc
parenteddc1a4e9549241efbbe4e332b42325caf0cdb7f
[dsymutil] Improve consistency by removing redundant namespaces (NFC)

The dsymutil implementation file has a using-directive for the llvm
namespace. This patch just removes redundant namespace qualifiers.

llvm-svn: 373623
llvm/tools/dsymutil/dsymutil.cpp