[gardening] Remove unused variable OverUSROffs

This commit is contained in:
practicalswift
2017-02-23 21:57:02 +01:00
parent 5d503f41c0
commit 3367d05ee2

View File

@@ -724,8 +724,6 @@ static bool passCursorInfoForDecl(const ValueDecl *VD,
DelayedStringRetriever OverUSRsStream(SS);
SmallVector<std::pair<unsigned, unsigned>, 4> OverUSROffs;
ide::walkOverriddenDecls(VD,
[&](llvm::PointerUnion<const ValueDecl*, const clang::NamedDecl*> D) {
OverUSRsStream.startPiece();