diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2013-07-06 08:00:09 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2013-07-06 08:00:09 +0000 |
commit | 8e5d82e541bf6cd14af2b95c4e98f229775c1668 (patch) | |
tree | e2ab44b1fb41fa3af86484df44720e878002a858 /clang/lib/Sema/SemaDeclObjC.cpp | |
parent | 11dd1d04ca5dff18da64f0bbc3c02d3eb2066d6e (diff) | |
download | bcm5719-llvm-8e5d82e541bf6cd14af2b95c4e98f229775c1668.tar.gz bcm5719-llvm-8e5d82e541bf6cd14af2b95c4e98f229775c1668.zip |
Remove some useless declarations (found by scan-build)
llvm-svn: 185752
Diffstat (limited to 'clang/lib/Sema/SemaDeclObjC.cpp')
-rw-r--r-- | clang/lib/Sema/SemaDeclObjC.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaDeclObjC.cpp b/clang/lib/Sema/SemaDeclObjC.cpp index da98d4c8a0f..e8a6c503888 100644 --- a/clang/lib/Sema/SemaDeclObjC.cpp +++ b/clang/lib/Sema/SemaDeclObjC.cpp @@ -2333,7 +2333,6 @@ HelperSelectorsForTypoCorrection( else if (EditDistance < BestEditDistance) { BestMethod.clear(); BestMethod.push_back(Method); - BestEditDistance = EditDistance; } } |