[clang-tidy] Remove unused static variable.

Differential Revision: https://reviews.llvm.org/D36761

llvm-svn: 311040
This commit is contained in:
Chih-Hung Hsieh 2017-08-16 21:00:06 +00:00
parent 4552e9de9f
commit 2414429962
1 changed files with 0 additions and 2 deletions

View File

@ -17,8 +17,6 @@ namespace clang {
namespace tidy {
namespace android {
static constexpr const char *SOCK_CLOEXEC = "SOCK_CLOEXEC";
void CloexecSocketCheck::registerMatchers(MatchFinder *Finder) {
registerMatchersImpl(Finder,
functionDecl(isExternC(), returns(isInteger()),