diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-08-15 01:15:58 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2010-08-15 01:15:58 +0000 |
commit | 1cec2cc798f526da2960b93d73184a9238bf65e7 (patch) | |
tree | 1dbf87e2439f6fec787d78539cdf7253bc500c06 /clang/lib/Checker/LLVMConventionsChecker.cpp | |
parent | c99bab034c44162820e641058ba9af3d30ea799b (diff) | |
download | bcm5719-llvm-1cec2cc798f526da2960b93d73184a9238bf65e7.tar.gz bcm5719-llvm-1cec2cc798f526da2960b93d73184a9238bf65e7.zip |
Remove dead code, caught by unused function warnings.
llvm-svn: 111091
Diffstat (limited to 'clang/lib/Checker/LLVMConventionsChecker.cpp')
-rw-r--r-- | clang/lib/Checker/LLVMConventionsChecker.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Checker/LLVMConventionsChecker.cpp b/clang/lib/Checker/LLVMConventionsChecker.cpp index c1212572f8f..2f87da142c1 100644 --- a/clang/lib/Checker/LLVMConventionsChecker.cpp +++ b/clang/lib/Checker/LLVMConventionsChecker.cpp @@ -128,7 +128,6 @@ public: void VisitDeclStmt(DeclStmt *DS); private: void VisitVarDecl(VarDecl *VD); - void CheckStringRefBoundtoTemporaryString(VarDecl *VD); }; } // end anonymous namespace |