commit | e458fdab69ecec734726ad0089b1a4d7131aa5c0 | [log] [tgz] |
---|---|---|
author | Jay Foad <jay.foad@gmail.com> | Fri Jun 24 09:29:56 2011 +0000 |
committer | Jay Foad <jay.foad@gmail.com> | Fri Jun 24 09:29:56 2011 +0000 |
tree | 23a7bdba7fd703eeed0edd50abc7130466e43bea | |
parent | c39b6bc958982171b45c658389840a6241739a5e [diff] |
Fix unused label warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133790 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Sema/SemaLookup.cpp b/lib/Sema/SemaLookup.cpp index b25c4cb..e09ec66 100644 --- a/lib/Sema/SemaLookup.cpp +++ b/lib/Sema/SemaLookup.cpp
@@ -2302,8 +2302,6 @@ } else { assert(isa<UsingDecl>(Cand) && "illegal Kind of operator = Decl"); } - - Continue:; } OverloadCandidateSet::iterator Best;